update dependencies

This commit is contained in:
Simon Gardling
2023-04-18 10:14:31 -04:00
parent cb6a773659
commit 7e1fe54d59
18 changed files with 484 additions and 572 deletions

View File

@@ -11,7 +11,7 @@ pub const BUILD_INFO: &str = formatc!(
&build::BUILD_TIME,
&build::PKG_VERSION,
&build::RUST_CHANNEL,
&build::RUST_VERSION[6..],
&build::RUST_VERSION,
);
pub const FONT_SIZE: f32 = 14.0;