diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ pub mod audio; pub mod net; pub mod save; +pub use utils::Erm; +pub use anyhow::Context as ErmContext; + #[cfg(target_arch = "wasm32")] use winit::platform::web::EventLoopExtWebSys; |
