aboutsummaryrefslogtreecommitdiff
path: root/azalea-physics
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-09-05 10:36:48 -0500
committermat <github@matdoes.dev>2022-09-05 10:36:48 -0500
commite9f88ce546acb57fe190740d0a74ae0ce6c8d671 (patch)
treed1a5afdac92089bc1d6ba3e2642c3ecc28e23ae1 /azalea-physics
parent9ca95194696f8e9ef3ca84420f5d3b5082ff70ca (diff)
downloadazalea-drasl-e9f88ce546acb57fe190740d0a74ae0ce6c8d671.tar.xz
Publish everything* to crates.io
Except azalea-client since it's not ready yet
Diffstat (limited to 'azalea-physics')
-rw-r--r--azalea-physics/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml
index 688da161..96234236 100644
--- a/azalea-physics/Cargo.toml
+++ b/azalea-physics/Cargo.toml
@@ -1,16 +1,16 @@
[package]
+description = "Physics for Minecraft entities."
edition = "2021"
+license = "MIT"
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", version = "^0.1.0"}
+azalea-core = {path = "../azalea-core", version = "^0.1.0"}
+azalea-world = {path = "../azalea-world", version = "^0.1.0"}
[dev-dependencies]
uuid = "^1.1.2"