We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1038c8a commit 953d46aCopy full SHA for 953d46a
editor/Cargo.toml
@@ -9,7 +9,7 @@ edition = "2018"
9
[dependencies]
10
sanity-lib = { path = "../sanity-lib" }
11
amethyst = {version = "0.15.3", features = ["no-slow-safety-checks", "tiles"]}
12
-rand = "0.7.3"
+rand = "0.8.3"
13
nfd = "0.0.4"
14
ron = "0.6.2"
15
sanity-bin/Cargo.toml
@@ -11,7 +11,7 @@ sanity-lib = { path = "../sanity-lib" }
direction = {version = "0.17.10", features = ["rand"]}
log = { version = "0.4.11", features = ["serde"] }
16
serde = "1.0.117"
17
wfc = "0.9.2"
0 commit comments