require gio 2.70+

This commit is contained in:
yggverse 2024-11-16 09:18:25 +02:00
parent af7aaa63e4
commit 32a879b756
2 changed files with 2 additions and 1 deletions

View file

@ -12,6 +12,7 @@ repository = "https://github.com/YGGverse/ggemini"
[dependencies.gio]
package = "gio"
version = "0.20.4"
features = ["v2_70"]
[dependencies.glib]
package = "glib"

View file

@ -6,7 +6,7 @@ Glib/Gio-oriented network API for [Gemini protocol](https://geminiprotocol.net/)
> Project in development!
>
GGemini (or G-Gemini) library written as the client extension for [Yoda](https://github.com/YGGverse/Yoda), it also could be useful for other GTK-based applications with [glib](https://crates.io/crates/glib) and [gio](https://crates.io/crates/gio) (`2.66+`) dependency.
GGemini (or G-Gemini) library written as the client extension for [Yoda](https://github.com/YGGverse/Yoda), it also could be useful for other GTK-based applications with [glib](https://crates.io/crates/glib) (`2.70+`) and [gio](https://crates.io/crates/gio) (`2.66+`) dependency.
## Install