54个版本
0.20.1 | 2024年8月12日 |
---|---|
0.20.0 | 2024年7月10日 |
0.19.8 | 2024年6月19日 |
0.19.3 | 2024年3月19日 |
0.1.0 | 2016年6月14日 |
#813 in GUI
295,411 每月下载量
在 672 个crate中使用 (177直接)
4MB
103K SLoC
Rust GIO绑定
Rust 对 GIO 的绑定和包装器,是 gtk-rs-core 的一部分。
最低支持的GIO版本为 2.56。
最低支持的Rust版本
目前,最低支持的Rust版本是 1.70.0
。
文档
使用
我们建议使用 crates.io 上的crate,如这里所示。
如果您想跟踪最新进展,请使用git依赖项
[dependencies]
gio = { git = "https://github.com/gtk-rs/gtk-rs-core.git", package = "gio" }
避免混合使用版本和git crate,如下所示
# This will not compile
[dependencies]
gio = "0.13"
gio = { git = "https://github.com/gtk-rs/gtk-rs-core.git", package = "gio" }
另请参阅
许可证
gio 在MIT许可证下可用,请参阅。
依赖项
~3–11MB
~115K SLoC