fixed_wide v0.2.2 mul_sign div_sign

This commit is contained in:
2026-02-05 07:35:26 -08:00
parent 1a0a3403f0
commit 67680312dd
3 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ strafesnet_session = { path = "engine/session", registry = "strafesnet" }
strafesnet_settings = { path = "engine/settings", registry = "strafesnet" }
# lib
fixed_wide = { version = "0.2.0", path = "lib/fixed_wide", registry = "strafesnet" }
fixed_wide = { version = "0.2.2", path = "lib/fixed_wide", registry = "strafesnet" }
linear_ops = { version = "0.1.1", path = "lib/linear_ops", registry = "strafesnet" }
ratio_ops = { version = "0.1.0", path = "lib/ratio_ops", registry = "strafesnet" }
strafesnet_bsp_loader = { path = "lib/bsp_loader", registry = "strafesnet" }