Initial implementation of imgui support
This commit is contained in:
parent
1a200e62ef
commit
3fd5b09a94
6 changed files with 95 additions and 4 deletions
|
|
@ -5,6 +5,6 @@ pub mod gltf_loader;
|
|||
pub mod system;
|
||||
mod render;
|
||||
|
||||
pub use assets::{GliumAssetManager};
|
||||
pub use assets::GliumAssetManager;
|
||||
pub use platform::GliumPlatform;
|
||||
pub use system::RenderingSystem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue