diff --git a/Cargo.toml b/Cargo.toml index 815be62a..8fbfc85f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,7 +127,6 @@ flate2 = "1.0.26" futures = "0.3.28" futures-lite = "1.13.0" glam = "0.24" -petgraph = "0.6.3" gltf = "1.0" itertools = "0.11.0" iyes_progress = "0.9.0" @@ -138,6 +137,7 @@ ntest = "0.9.0" parry2d = "0.13.1" parry3d = "0.13.1" paste = "1.0.12" +petgraph = "0.6.3" priority-queue = "1.3.0" proc-macro2 = "1.0.63" quote = "1.0.27"