diff options
| author | mat <github@matdoes.dev> | 2021-12-10 18:03:28 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2021-12-10 18:03:28 +0000 |
| commit | 0dce5f56ce8c4ec0eb3ee4eb6c09b20956242dfa (patch) | |
| tree | 08c4d0de7f7a14238823f5666b8702329ac6cf52 /minecraft-chat/src/lib.rs | |
| parent | f9f7e3498e63d6553b67cefc3958c98f009b33a2 (diff) | |
| download | azalea-drasl-0dce5f56ce8c4ec0eb3ee4eb6c09b20956242dfa.tar.xz | |
add formatting to some motds
Diffstat (limited to 'minecraft-chat/src/lib.rs')
| -rw-r--r-- | minecraft-chat/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/minecraft-chat/src/lib.rs b/minecraft-chat/src/lib.rs index b7035e13..5e9f1e3a 100644 --- a/minecraft-chat/src/lib.rs +++ b/minecraft-chat/src/lib.rs @@ -6,6 +6,7 @@ extern crate lazy_static; pub mod base_component; pub mod component; +pub mod splitter; pub mod style; pub mod text_component; pub mod translatable_component; |
