refactor: decouple sim from framework, remove voxel geometry
This commit is contained in:
parent
c538641ec8
commit
5a565844dd
41 changed files with 477 additions and 2407 deletions
|
|
@ -10,7 +10,6 @@ pub mod math;
|
|||
pub mod procgen;
|
||||
pub mod sim;
|
||||
pub mod transport;
|
||||
pub mod voxel;
|
||||
pub mod world;
|
||||
|
||||
use core::panic::PanicInfo;
|
||||
|
|
@ -36,5 +35,4 @@ pub use procgen::{ProcgenParams, generate, generate_rooms};
|
|||
pub use pxl8::*;
|
||||
pub use sim::*;
|
||||
pub use transport::*;
|
||||
pub use voxel::*;
|
||||
pub use world::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue