diff options
| author | mat <github@matdoes.dev> | 2021-12-08 22:09:24 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2021-12-08 22:09:24 +0000 |
| commit | 8bc1fd23991539eb8b01fc940b1219786ae5f32b (patch) | |
| tree | d544a4a5dca863c56ece143f201f07445e7cbf4a /minecraft-chat/src/lib.rs | |
| parent | c16d55ccddd741057bf532bd946b2854dc208c65 (diff) | |
| download | azalea-drasl-8bc1fd23991539eb8b01fc940b1219786ae5f32b.tar.xz | |
minecraft-chat compiles
Diffstat (limited to 'minecraft-chat/src/lib.rs')
| -rw-r--r-- | minecraft-chat/src/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/minecraft-chat/src/lib.rs b/minecraft-chat/src/lib.rs index cc887f66..73485a3e 100644 --- a/minecraft-chat/src/lib.rs +++ b/minecraft-chat/src/lib.rs @@ -1,8 +1,9 @@ -//! Things for working with Minecraft chat messages. +//! Things for working with Minecraft chat messages, inspired by the Minecraft source code and prismarine-chat. pub mod base_component; pub mod component; pub mod mutable_component; +pub mod style; pub mod text_component; pub mod translatable_component; |
