summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2023-07-23 15:06:33 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2023-07-23 15:06:33 +0800
commitc48dc55b43491001d30e418665f8eabdf6f376d5 (patch)
treef7a52c8a246b2c5ab8f7544ff46be427702e0dca /Cargo.toml
parent238305cb730797706ec8f9844d603ea10aa75a99 (diff)
chore: update nalgebra 0.30 -> 0.32, parry2d 0.8 -> 0.13
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 87525f2..45679c8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,11 +5,6 @@ members = [
"packages/svgbob_server",
]
-[patch.crates-io]
-#mt-dom = { git = "https://github.com/ivanceras/mt-dom.git", branch = "master" }
-#sauron = { git = "https://github.com/ivanceras/sauron.git", branch = "develop" }
-#jss = { path = "../jss" }
-
[profile.release]
opt-level = 3
lto = true