fix cargo warnings

This commit is contained in:
Quaternions 2025-01-02 21:35:44 -08:00
parent 34ae17be5d
commit c968377901
2 changed files with 6 additions and 5 deletions

View File

@ -11,3 +11,9 @@ members = [
"lib/snf",
"strafe-client",
]
resolver = "2"
[profile.release]
#lto = true
strip = true
codegen-units = 1

View File

@ -29,8 +29,3 @@ strafesnet_rbx_loader = { path = "../lib/rbx_loader", registry = "strafesnet", o
strafesnet_snf = { path = "../lib/snf", registry = "strafesnet", optional = true }
wgpu = "22.1.0"
winit = "0.30.5"
[profile.release]
#lto = true
strip = true
codegen-units = 1