aboutsummaryrefslogtreecommitdiff
path: root/azalea-physics
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-10-17 14:37:05 +0000
committerUbuntu <github@matdoes.dev>2022-10-17 14:37:05 +0000
commit3f7fb41255bd7895f98373a0711a9a342e304b00 (patch)
tree2605539abfce9de14098637428bf136144fbbd2e /azalea-physics
parent46cd093eaddcd3165eb5e89d60e23f960712729e (diff)
downloadazalea-drasl-3f7fb41255bd7895f98373a0711a9a342e304b00.tar.xz
change versions and stuff
Diffstat (limited to 'azalea-physics')
-rw-r--r--azalea-physics/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml
index 8d18d391..b79fe51f 100644
--- a/azalea-physics/Cargo.toml
+++ b/azalea-physics/Cargo.toml
@@ -8,9 +8,9 @@ version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-azalea-block = {path = "../azalea-block", version = "^0.1.0"}
-azalea-core = {path = "../azalea-core", version = "^0.1.0"}
-azalea-world = {path = "../azalea-world", version = "^0.1.0"}
+azalea-block = { path = "../azalea-block", version = "^0.1.0" }
+azalea-core = { path = "../azalea-core", version = "^0.1.0" }
+azalea-world = { path = "../azalea-world", version = "^0.1.0" }
lazy_static = "1.4.0"
[dev-dependencies]