16 个不稳定版本 (7 个破坏性更新)
0.20.1 | 2024 年 8 月 12 日 |
---|---|
0.20.0 | 2024 年 7 月 10 日 |
0.19.8 | 2024 年 6 月 19 日 |
0.19.2 | 2024 年 2 月 13 日 |
0.14.0 | 2021 年 6 月 22 日 |
#744 在 GUI
57,557 每月下载量
用于 111 个 crate (2 直接使用)
2MB
45K SLoC
Rust Graphene 绑定
Rust 对 Graphene 的绑定和封装,是 gtk-rs-core 的一部分。
Graphene 1.10 是支持的最小版本。
支持的 Rust 版本最低要求
目前,最低支持的 Rust 版本是 1.70.0
。
文档
使用
我们建议使用来自 crates.io 的 crate,如 这里 所示。
如果您想跟踪最新版本,请使用 git 依赖项
[dependencies]
graphene = { git = "https://github.com/gtk-rs/gtk-rs-core.git", package = "graphene" }
避免混合版本化和使用 git 的 crate,如下所示
# This will not compile
[dependencies]
graphene = "0.13"
graphene = { git = "https://github.com/gtk-rs/gtk-rs-core.git", package = "graphene" }
另请参阅
许可证
graphene 基于 MIT 许可证,请参阅。
依赖项
~2.7–4MB
~79K SLoC