Major Refactor: separate project into multiple crates
This commit is contained in:
parent
f943e4c945
commit
d0440f3da3
24 changed files with 209 additions and 2232 deletions
9
raidillon_render/src/lib.rs
Normal file
9
raidillon_render/src/lib.rs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
pub mod camera;
|
||||
pub mod model;
|
||||
pub mod gltf_loader;
|
||||
pub mod render;
|
||||
pub mod ecs_renderer;
|
||||
|
||||
pub use camera::Camera;
|
||||
pub use render::GliumRenderer;
|
||||
pub use ecs_renderer::ECSRenderer;
|
||||
Loading…
Add table
Add a link
Reference in a new issue