From c9683779019d79300bff7b8fdcf8f735dc82901f Mon Sep 17 00:00:00 2001 From: Quaternions Date: Thu, 2 Jan 2025 21:35:44 -0800 Subject: [PATCH] fix cargo warnings --- Cargo.toml | 6 ++++++ strafe-client/Cargo.toml | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index df5dea7..02451d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,3 +11,9 @@ members = [ "lib/snf", "strafe-client", ] +resolver = "2" + +[profile.release] +#lto = true +strip = true +codegen-units = 1 diff --git a/strafe-client/Cargo.toml b/strafe-client/Cargo.toml index 6ed570f..efea9ca 100644 --- a/strafe-client/Cargo.toml +++ b/strafe-client/Cargo.toml @@ -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