diff options
| author | LLLL Colonq <llll@colonq> | 2025-03-03 19:17:47 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-03-03 19:17:55 -0500 |
| commit | 901fe3013ea86242f403d6dc867dd45f12700b7a (patch) | |
| tree | cced23ca909ee3bf71bb3054c99d9927dd5b49a7 /src/lib.rs | |
| parent | 0200a960c0266abfa3be29792e9b28eab8805dbb (diff) | |
Update
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; |
