Merge Backend into EngineBuilder and refactor feature flags

This commit is contained in:
Manos Pitsidianakis
2022-07-27 15:50:30 +03:00
parent a1e82a501e
commit 214346af3b
69 changed files with 363 additions and 313 deletions

View File

@@ -51,11 +51,9 @@ mod lib {
}
}
#[cfg(not(target_arch = "wasm32"))]
mod engine;
mod traits;
#[cfg(not(target_arch = "wasm32"))]
pub use crate::engine::*;
pub use crate::traits::*;