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 日

#744GUI

Download history • Rust 包仓库 13966/week @ 2024-05-03 • Rust 包仓库 10599/week @ 2024-05-10 • Rust 包仓库 9720/week @ 2024-05-17 • Rust 包仓库 9754/week @ 2024-05-24 • Rust 包仓库 11697/week @ 2024-05-31 • Rust 包仓库 11469/week @ 2024-06-07 • Rust 包仓库 14147/week @ 2024-06-14 • Rust 包仓库 12544/week @ 2024-06-21 • Rust 包仓库 10355/week @ 2024-06-28 • Rust 包仓库 10398/week @ 2024-07-05 • Rust 包仓库 11686/week @ 2024-07-12 • Rust 包仓库 15149/week @ 2024-07-19 • Rust 包仓库 14763/week @ 2024-07-26 • Rust 包仓库 13326/week @ 2024-08-02 • Rust 包仓库 14082/week @ 2024-08-09 • Rust 包仓库 13345/week @ 2024-08-16 • Rust 包仓库

57,557 每月下载量
用于 111 个 crate (2 直接使用)

MIT 许可证

2MB
45K SLoC

Rust Graphene 绑定

RustGraphene 的绑定和封装,是 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