From d701c565b8f54db7f58560ffd69774a01e3662e9 Mon Sep 17 00:00:00 2001 From: Crozet Sébastien Date: Sun, 22 Nov 2020 10:35:49 +0100 Subject: Testbed: update the kiss3d, physx, and glam dependencies. --- build/rapier_testbed2d/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build/rapier_testbed2d/Cargo.toml') diff --git a/build/rapier_testbed2d/Cargo.toml b/build/rapier_testbed2d/Cargo.toml index 273595f..15bc5f2 100644 --- a/build/rapier_testbed2d/Cargo.toml +++ b/build/rapier_testbed2d/Cargo.toml @@ -24,7 +24,7 @@ other-backends = [ "wrapped2d", "nphysics2d" ] [dependencies] nalgebra = "0.23" -kiss3d = { version = "0.27", features = [ "conrod" ] } +kiss3d = { version = "0.28", features = [ "conrod" ] } rand = "0.7" rand_pcg = "0.2" instant = { version = "0.1", features = [ "web-sys", "now" ]} @@ -35,7 +35,6 @@ ncollide2d = "0.26" nphysics2d = { version = "0.18", optional = true } crossbeam = "0.8" bincode = "1" -flexbuffers = "0.1" Inflector = "0.11" md5 = "0.7" -- cgit