move spirv_backend/sim.rs -> coremem_types/step.rs

This commit is contained in:
2022-07-25 00:40:27 -07:00
parent 5fec965549
commit 15aaa3e893
4 changed files with 6 additions and 7 deletions

View File

@@ -13,7 +13,6 @@ pub use spirv_std::glam;
use spirv_std::macros::spirv;
mod adapt;
pub mod sim;
pub mod support;
pub use adapt::SerializedSimMeta;