don't re-export StaticSim from sim/mod.rs

this way we can clearly spot the legacy users.
This commit is contained in:
2022-07-27 15:42:18 -07:00
parent 93967485f0
commit dc38457a8b
4 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ pub mod legacy;
pub mod spirv;
pub mod units;
pub use legacy::StaticSim;
use legacy::StaticSim;
pub trait MaterialSim: GenericSim {