Skip to main content

katra_core/
version.rs

1//! The current Katra3D version.
2
3/// Katra3D crate version (from `Cargo.toml`).
4pub const KATRA_VERSION: &str = env!("CARGO_PKG_VERSION");