aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/lib.rs
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2026-03-28 15:07:52 -1100
committermat <git@matdoes.dev>2026-03-28 15:07:52 -1100
commit7b7b12223205d5df21a31ae8e6fcd7ad69bd7cb4 (patch)
tree0bd58b95d1247fc9044a0e5ed65a7a6b4f8f3c1d /azalea/src/lib.rs
parented12c2dd3608588cc5a6c1ee250735bb0414de7f (diff)
downloadazalea-drasl-7b7b12223205d5df21a31ae8e6fcd7ad69bd7cb4.tar.xz
re-export azalea-chat from azalea, and rename azalea::chat to client_chat
Diffstat (limited to 'azalea/src/lib.rs')
-rw-r--r--azalea/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea/src/lib.rs b/azalea/src/lib.rs
index 3be74b9e..f70a77fa 100644
--- a/azalea/src/lib.rs
+++ b/azalea/src/lib.rs
@@ -47,6 +47,7 @@ pub use azalea_registry as registry;
#[doc(hidden)]
#[deprecated(note = "renamed to `Identifier`.")]
pub type ResourceLocation = azalea_registry::identifier::Identifier;
+pub use azalea_chat as chat;
pub use azalea_registry::identifier::Identifier;
pub use azalea_world as world;
pub use bevy_app as app;