From f72ea8bf33271c906213acf92bd1e6421c9aa4e6 Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 11 Oct 2024 22:45:00 +0300 Subject: [PATCH] update readme --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index a3b2b9f4..19362e31 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Yoda - Browser for [Gemini protocol](https://geminiprotocol.net) -Rust / GTK 4 implementation +GTK 4 / Libadwaita client written in Rust > [!IMPORTANT] > Project in development! @@ -110,8 +110,3 @@ Guide and protocol draft * Package version in repository should be increased immediately after stable release on [crates.io](https://crates.io/crates/yoda) and before apply new changes * Currently, profile data stored in separated sub-directories, auto-created on every `CARGO_PKG_VERSION_MAJOR` or/and `CARGO_PKG_VERSION_MINOR` change - -## See also - -* [CPP-GTK4](https://github.com/YGGverse/Yoda/tree/CPP-GTK4) - C++ / GTK 4 implementation -* [PHP-GTK3](https://github.com/YGGverse/Yoda/tree/PHP-GTK3) - PHP / GTK 3 experimental branch