From 761724c0ac7f437f90b1a57ff89c4af7a697509c Mon Sep 17 00:00:00 2001 From: MeexReay Date: Fri, 6 Jun 2025 15:33:00 +0300 Subject: [PATCH] remove features from readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 98a9571..af7b5bd 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,6 @@ rust_mc_proto_tokio = "0.1.18" # stable version rust_mc_proto_tokio = { git = "https://git.meex.lol/MeexReay/rust_mc_proto_tokio" } # unstable version ``` -Features: -- `atomic_clone` - Atomic clone of MinecraftConnection - ## How to use Example of receiving motd: @@ -46,4 +43,4 @@ async fn main() -> Result<(), ProtocolError> { If you would like to contribute to the project, feel free to fork the repository and submit a pull request. ### License -This project is licensed under the WTFPL License \ No newline at end of file +This project is licensed under the WTFPL License