upgrade cargo dependencies

This commit is contained in:
2025-12-04 18:46:46 -05:00
parent 134f11c628
commit d6cb0fba1a
7 changed files with 183 additions and 248 deletions

View File

@@ -8,11 +8,12 @@ use std::{
};
use epaint::{
text::{FontData, FontDefinitions, FontTweak},
FontFamily,
text::{FontData, FontDefinitions, FontTweak},
};
use run_script::ScriptOptions;
use shadow_rs::ShadowBuilder;
include!(concat!(
env!("CARGO_MANIFEST_DIR"),
@@ -72,8 +73,9 @@ fn main() {
// rebuild if new commit or contents of `assets` folder changed
println!("cargo:rerun-if-changed=.git/logs/HEAD");
println!("cargo:rerun-if-changed=assets/*");
shadow_rs::new().expect("Could not initialize shadow_rs");
ShadowBuilder::builder()
.build()
.expect("Could not initialize shadow_rs");
let mut main_chars: Vec<char> =
b"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzsu0123456789?.,!(){}[]-_=+-/<>'\\ :^*`@#$%&|~;"