Implement iced_glutin 🎉
This commit is contained in:
parent
a1a5fcfd46
commit
e0e4ee73fe
31 changed files with 718 additions and 498 deletions
15
glutin/src/lib.rs
Normal file
15
glutin/src/lib.rs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
//#![deny(missing_docs)]
|
||||
#![deny(missing_debug_implementations)]
|
||||
#![deny(unused_results)]
|
||||
#![deny(unsafe_code)]
|
||||
#![forbid(rust_2018_idioms)]
|
||||
|
||||
#[doc(no_inline)]
|
||||
pub use iced_native::*;
|
||||
|
||||
mod application;
|
||||
|
||||
pub use application::Application;
|
||||
|
||||
pub use iced_winit::settings::{self, Settings};
|
||||
pub use iced_winit::Mode;
|
||||
Loading…
Add table
Add a link
Reference in a new issue