From f215e852386ab8c16e31958bb844e492862469d6 Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau <kvark@fastmail.com> Date: Sat, 16 Nov 2024 18:59:04 -0800 Subject: [PATCH] Update glam to 0.28 --- Cargo.toml | 2 +- blade-render/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6a2155ea..fc45ec47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ bitflags = "2" bytemuck = { version = "1", features = ["derive"] } choir = "0.7" egui = "0.29" -glam = { version = "0.27", features = ["mint"] } +glam = { version = "0.28", features = ["mint"] } gltf = { version = "1.1", default-features = false } log = "0.4" mint = "0.5" diff --git a/blade-render/Cargo.toml b/blade-render/Cargo.toml index 85a67a8f..0bf1c39d 100644 --- a/blade-render/Cargo.toml +++ b/blade-render/Cargo.toml @@ -37,7 +37,7 @@ exr = { version = "1.6", optional = true } gltf = { workspace = true, features = ["names", "utils"], optional = true } glam = { workspace = true } log = { workspace = true } -mikktspace = { package = "bevy_mikktspace", version = "0.12", optional = true } +mikktspace = { package = "bevy_mikktspace", version = "0.15.0-rc.3", optional = true } mint = { workspace = true } profiling = { workspace = true } slab = { workspace = true, optional = true }