view + a bunch of fixes or smth idek man
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#![feature(gen_blocks)]
|
||||
#![feature(associated_type_defaults)]
|
||||
#![feature(unsize)]
|
||||
#![feature(coerce_unsized)]
|
||||
|
||||
pub mod core;
|
||||
pub mod layout;
|
||||
@@ -22,4 +23,6 @@ pub mod prelude {
|
||||
pub use crate::core::*;
|
||||
pub use crate::layout::*;
|
||||
pub use crate::render::*;
|
||||
pub use crate::util::Handle;
|
||||
pub use crate::winit::*;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user