trans4 / koharu /src /lib.rs
Mayo
chore: panic handler
1bd115e unverified
Raw
History Blame Contribute Delete
154 Bytes
pub mod app;
pub mod assets;
pub mod cli;
pub mod panic;
pub mod sentry;
pub mod tracing;
pub mod version;
#[cfg(target_os = "windows")]
pub mod windows;