diff options
| author | mat <github@matdoes.dev> | 2022-08-29 21:14:42 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-08-29 21:14:42 -0500 |
| commit | d88d46ca2d3f5a32c359781275660cc1d37aad95 (patch) | |
| tree | 21cad3b31ac9e8e0f22acf72c8a653b009616385 /azalea-buf/src | |
| parent | ef3ac9f2a07ac4f8a6bc36d436a9e5ffe1b431fd (diff) | |
| download | azalea-drasl-d88d46ca2d3f5a32c359781275660cc1d37aad95.tar.xz | |
change it all to azalea-buf-macros
Diffstat (limited to 'azalea-buf/src')
| -rw-r--r-- | azalea-buf/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-buf/src/lib.rs b/azalea-buf/src/lib.rs index 7860325e..b8190dfb 100644 --- a/azalea-buf/src/lib.rs +++ b/azalea-buf/src/lib.rs @@ -7,7 +7,7 @@ mod read; mod serializable_uuid; mod write; -pub use buf_macros::*; +pub use azalea_buf_macros::*; pub use definitions::*; pub use read::{read_varint_async, BufReadError, McBufReadable, McBufVarReadable, Readable}; pub use serializable_uuid::*; |
