Remove the window feature entirely
This commit is contained in:
parent
c8fd077e17
commit
7a625ef3d8
8 changed files with 3 additions and 26 deletions
|
|
@ -60,11 +60,8 @@ extern crate x11_dl;
|
|||
|
||||
pub use events::*;
|
||||
pub use headless::{HeadlessRendererBuilder, HeadlessContext};
|
||||
#[cfg(feature = "window")]
|
||||
pub use window::{WindowBuilder, WindowProxy, PollEventsIterator, WaitEventsIterator};
|
||||
#[cfg(feature = "window")]
|
||||
pub use window::{AvailableMonitorsIter, MonitorId, get_available_monitors, get_primary_monitor};
|
||||
#[cfg(feature = "window")]
|
||||
pub use native_monitor::NativeMonitorId;
|
||||
|
||||
use std::io;
|
||||
|
|
@ -75,7 +72,6 @@ mod api;
|
|||
mod platform;
|
||||
mod events;
|
||||
mod headless;
|
||||
#[cfg(feature = "window")]
|
||||
mod window;
|
||||
|
||||
pub mod os;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue