Added initial window module functionality. (#57)
This commit is contained in:
parent
125136ae79
commit
9c3cd94275
9 changed files with 931 additions and 29 deletions
|
@ -92,6 +92,12 @@ pub mod event;
|
|||
#[cfg(feature = "core")]
|
||||
pub mod core;
|
||||
|
||||
#[cfg(feature = "dpi")]
|
||||
pub mod dpi;
|
||||
|
||||
#[cfg(feature = "window")]
|
||||
pub mod window;
|
||||
|
||||
pub use error::Error;
|
||||
pub(crate) type Result<T> = std::result::Result<T, Error>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue