aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier_testbed2d
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rapier_testbed2d')
-rw-r--r--crates/rapier_testbed2d/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rapier_testbed2d/Cargo.toml b/crates/rapier_testbed2d/Cargo.toml
index f16d555..bbfe385 100644
--- a/crates/rapier_testbed2d/Cargo.toml
+++ b/crates/rapier_testbed2d/Cargo.toml
@@ -48,7 +48,7 @@ needless_lifetimes = "allow"
nalgebra = { version = "0.33", features = ["rand", "glam027"] }
rand = "0.8"
rand_pcg = "0.3"
-instant = { version = "0.1", features = ["web-sys", "now"] }
+web-time = { version = "1.1" }
bitflags = "2"
num_cpus = { version = "1", optional = true }
wrapped2d = { version = "0.4", optional = true }