azalea-rs / azalea

A collection of Rust crates for making Minecraft bots, clients, and tools.
https://azalea.matdoes.dev
MIT License
361 stars 48 forks source link

Upgrade to simdnbt 0.6 #160

Closed mat-1 closed 1 month ago

mat-1 commented 1 month ago

simdnbt 0.6 rewrites borrow to optimize how tags are represented in memory, and fixes a memory safety issue.

Also I upgraded other deps except Bevy since that's gonna need to be a separate change.