diff --git a/Cargo.lock b/Cargo.lock index bd8bed6..7809752 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2720,9 +2720,9 @@ dependencies = [ [[package]] name = "glam" -version = "0.30.10" +version = "0.33.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19fc433e8437a212d1b6f1e68c7824af3aed907da60afa994e7f542d18d12aa9" +checksum = "7f22fb22f065b308be0d8724e3706c7fa3fc2a6c7d6899df4cad7860e7a75436" [[package]] name = "glob" diff --git a/Cargo.toml b/Cargo.toml index 8148c91..a249350 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -204,7 +204,7 @@ syn = { version = "2", features = ["full", "parsing", "extra-traits"] } # Graphics and visualization bytemuck = { version = "1.14", features = ["derive"] } -glam = "0.30" +glam = "0.33" pollster = "0.4" image = { version = "0.25", default-features = false, features = ["bmp", "gif", "ico", "jpeg", "png", "pnm", "tiff", "webp"] } fontdue = "0.9"