From 8bc1fd23991539eb8b01fc940b1219786ae5f32b Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 8 Dec 2021 22:09:24 +0000 Subject: minecraft-chat compiles --- minecraft-chat/src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'minecraft-chat/src/lib.rs') 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; -- cgit v1.2.3