8 lines
310 B
Rust
8 lines
310 B
Rust
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
|
|
pub const HOMEPAGE: &str = env!("CARGO_PKG_HOMEPAGE");
|
|
pub const APP_NAME: &str = "Rusty Unity Hub";
|
|
pub const VERTICAL_SPACING: f32 = 8.0;
|
|
pub const TOP_BUTTON_WIDTH: f32 = 150.0;
|
|
pub const TOP_SIDE_MARGIN: f32 = 10.0;
|
|
pub const HEADER_HEIGHT: f32 = 45.0;
|