Skip to content

Commit

Permalink
Replace azalea-nbt with simdnbt (#111)
Browse files Browse the repository at this point in the history
* delete azalea-nbt and replace with simdnbt

* use simdnbt from crates.io

* remove serde dependency on azalea-registry
  • Loading branch information
mat-1 authored Nov 20, 2023
1 parent 84e036c commit 2c61082
Show file tree
Hide file tree
Showing 47 changed files with 278 additions and 1,714 deletions.
166 changes: 48 additions & 118 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ members = [
"azalea-chat",
"azalea-core",
"azalea-auth",
"azalea-nbt",
"azalea-brigadier",
"azalea-crypto",
"azalea-world",
Expand Down
1 change: 1 addition & 0 deletions azalea-buf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ tracing = "0.1.40"
serde_json = { version = "^1.0", optional = true }
thiserror = "1.0.50"
uuid = "^1.5.0"
simdnbt = { version = "0.2.1" }

[features]
serde_json = ["dep:serde_json"]
Loading

0 comments on commit 2c61082

Please sign in to comment.