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

@ -15,5 +15,5 @@ bitflags = "2.6.0"
fixed_wide = { version = "0.1.2", path = "../fixed_wide", registry = "strafesnet", features = ["deferred-division","zeroes","wide-mul"] }
linear_ops = { version = "0.1.0", path = "../linear_ops", registry = "strafesnet", features = ["deferred-division","named-fields"] }
ratio_ops = { version = "0.1.0", path = "../ratio_ops", registry = "strafesnet" }
glam = "0.29.0"
glam = "0.30.0"
id = { version = "0.1.0", registry = "strafesnet" }