aboutsummaryrefslogtreecommitdiff
path: root/azalea-physics/Cargo.toml
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-08-31 20:11:34 +0000
committerUbuntu <github@matdoes.dev>2022-08-31 20:11:34 +0000
commite0cbf68df1903aafaa5a08b7c167465849e093a0 (patch)
treed3d89b26aacbb86cbacee27b5422d38ad9e0ceb5 /azalea-physics/Cargo.toml
parent4678327848738e6b58a793321382b6ee0b528866 (diff)
downloadazalea-drasl-e0cbf68df1903aafaa5a08b7c167465849e093a0.tar.xz
test gravity
Diffstat (limited to 'azalea-physics/Cargo.toml')
-rw-r--r--azalea-physics/Cargo.toml11
1 files changed, 8 insertions, 3 deletions
diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml
index 856c8ba6..688da161 100644
--- a/azalea-physics/Cargo.toml
+++ b/azalea-physics/Cargo.toml
@@ -2,10 +2,15 @@
edition = "2021"
name = "azalea-physics"
version = "0.1.0"
+description = "Physics for Minecraft entities."
+license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-azalea-block = {path = "../azalea-block"}
-azalea-core = {path = "../azalea-core"}
-azalea-world = {path = "../azalea-world"}
+azalea-block = { path = "../azalea-block" }
+azalea-core = { path = "../azalea-core" }
+azalea-world = { path = "../azalea-world" }
+
+[dev-dependencies]
+uuid = "^1.1.2"