From 53ff9c652491bc9749123452dbabcf4a51b263f3 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 4 Jan 2026 00:50:39 -0630 Subject: re-export simdnbt from azalea-protocol --- azalea-protocol/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'azalea-protocol/src') diff --git a/azalea-protocol/src/lib.rs b/azalea-protocol/src/lib.rs index dc170e06..b269fba8 100644 --- a/azalea-protocol/src/lib.rs +++ b/azalea-protocol/src/lib.rs @@ -11,6 +11,9 @@ pub mod read; pub mod resolve; pub mod write; +// re-export to make it easier for users to have the correct version +pub use simdnbt; + #[doc(hidden)] #[deprecated(note = "renamed to `resolve`.")] pub mod resolver { -- cgit v1.2.3