update deps

This commit is contained in:
2025-02-20 19:02:03 -08:00
parent 61e44f2aba
commit d638e633ba
10 changed files with 76 additions and 132 deletions
Cargo.lock
engine
graphics
physics
session
settings
lib
bsp_loader
common
rbx_loader
roblox_emulator
strafe-client

@ -6,7 +6,7 @@ edition = "2024"
[dependencies]
bytemuck = { version = "1.13.1", features = ["derive"] }
ddsfile = "0.5.1"
glam = "0.29.0"
glam = "0.30.0"
id = { version = "0.1.0", registry = "strafesnet" }
strafesnet_common = { path = "../../lib/common", registry = "strafesnet" }
strafesnet_session = { path = "../session", registry = "strafesnet" }

@ -5,6 +5,6 @@ edition = "2024"
[dependencies]
arrayvec = "0.7.6"
glam = "0.29.0"
glam = "0.30.0"
id = { version = "0.1.0", registry = "strafesnet" }
strafesnet_common = { path = "../../lib/common", registry = "strafesnet" }

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
glam = "0.29.0"
glam = "0.30.0"
replace_with = "0.1.7"
strafesnet_common = { path = "../../lib/common", registry = "strafesnet" }
strafesnet_physics = { path = "../physics", registry = "strafesnet" }

@ -6,5 +6,5 @@ edition = "2024"
[dependencies]
configparser = "3.0.2"
directories = "6.0.0"
glam = "0.29.0"
glam = "0.30.0"
strafesnet_common = { path = "../../lib/common", registry = "strafesnet" }