From 901fe3013ea86242f403d6dc867dd45f12700b7a Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Mon, 3 Mar 2025 19:17:47 -0500 Subject: Update --- src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index e39b474..49a3da3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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; -- cgit v1.2.3