don't re-export StaticSim from sim/mod.rs
this way we can clearly spot the legacy users.
This commit is contained in:
@@ -11,7 +11,7 @@ pub mod legacy;
|
||||
pub mod spirv;
|
||||
pub mod units;
|
||||
|
||||
pub use legacy::StaticSim;
|
||||
use legacy::StaticSim;
|
||||
|
||||
|
||||
pub trait MaterialSim: GenericSim {
|
||||
|
Reference in New Issue
Block a user