lol idk #1

Open
Quaternions wants to merge 826 commits from StrafesNET/strafe-project:master into master
2 changed files with 6 additions and 5 deletions
Showing only changes of commit c968377901 - Show all commits

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