summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bd11afe..632876f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,6 +18,13 @@ rayon = "1.12.0"
futures = "0.3.34"
bytemuck = "1.25.2"
fxhash = "0.2.1"
+rapier2d = "0.35.2"
[features]
profiler = []
+
+[profile.release]
+# lto = true
+
+[profile.dev.package.rapier2d]
+opt-level = 3