Merge pull request #429 from tomaka/remove-headless
[Breaking change] Remove the "headless" feature entirely
This commit is contained in:
commit
2d97e0380f
4 changed files with 1 additions and 6 deletions
|
|
@ -53,7 +53,6 @@ extern crate glutin_core_graphics as core_graphics;
|
|||
extern crate x11;
|
||||
|
||||
pub use events::*;
|
||||
#[cfg(feature = "headless")]
|
||||
pub use headless::{HeadlessRendererBuilder, HeadlessContext};
|
||||
#[cfg(feature = "window")]
|
||||
pub use window::{WindowBuilder, Window, WindowProxy, PollEventsIterator, WaitEventsIterator};
|
||||
|
|
@ -65,7 +64,6 @@ pub use native_monitor::NativeMonitorId;
|
|||
mod api;
|
||||
mod platform;
|
||||
mod events;
|
||||
#[cfg(feature = "headless")]
|
||||
mod headless;
|
||||
#[cfg(feature = "window")]
|
||||
mod window;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue