Skip to content

Commit

Permalink
move registry to core
Browse files Browse the repository at this point in the history
  • Loading branch information
JieningYu committed Feb 13, 2024
1 parent 936aa64 commit 95d6639
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/core/block/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = []
maintenance = { status = "passively-maintained" }

[dependencies]
rimecraft-registry = { path = "../../util/registry" }
rimecraft-registry = { path = "../registry" }
glam = "0.25"
rimecraft-state = { path = "../state", optional = true }
rimecraft-edcode = { path = "../../util/edcode", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/core/item/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = []
maintenance = { status = "passively-maintained" }

[dependencies]
rimecraft-registry = { path = "../../util/registry" }
rimecraft-registry = { path = "../registry" }
rimecraft-fmt = { path = "../../util/fmt" }
rimecraft-attachment = { path = "../../util/attachment" }
rimecraft-serde-update = { path = "../../util/serde-update", optional = true }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ maintenance = { status = "passively-maintained" }
[dependencies]
parking_lot = "0.12"
serde = { version = "1.0", optional = true }
rimecraft-edcode = { path = "../edcode", optional = true }
rimecraft-identifier = { path = "../identifier", optional = true, features = [
rimecraft-edcode = { path = "../../util/edcode", optional = true }
rimecraft-identifier = { path = "../../util/identifier", optional = true, features = [
"vanilla",
] }

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 95d6639

Please sign in to comment.