33个不稳定版本
新版本 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.0.1 | 2016年3月15日 |
#428 in Unix API
242,899 每月下载量
用于 569 个crate(直接使用56个)
3.5MB
91K SLoC
Rust GDK-PixBuf 绑定
Rust 对 GDK-Pixbuf 的绑定和包装,是 gtk-rs-core 的一部分。
GDK-PixBuf 2.36.8 是支持的最小版本。
最小支持的Rust版本
目前,最小支持的Rust版本是 1.70.0
。
文档
使用
我们推荐使用crates.io上的crate,如此处所示。
如果您想跟踪最新进展,请使用git依赖项
[dependencies]
gdk-pixbuf = { git = "https://github.com/gtk-rs/gtk-rs-core.git", package = "gdk-pixbuf" }
避免混合使用版本化和git crate,如这样
# This will not compile
[dependencies]
gdk-pixbuf = "0.13"
gdk-pixbuf = { git = "https://github.com/gtk-rs/gtk-rs-core.git", package = "gdk-pixbuf" }
另请参阅
许可证
gdk-pixbuf 可在MIT许可证下使用,请参阅。
依赖项
~3–11MB
~130K SLoC