18 个版本 (11 个破坏性更改)
0.16.0 | 2023 年 5 月 20 日 |
---|---|
0.15.2 | 2022 年 5 月 17 日 |
0.10.0 | 2020 年 7 月 17 日 |
0.8.1 | 2019 年 12 月 8 日 |
0.3.2 | 2017 年 9 月 22 日 |
#1224 in GUI
82 每月下载次数
用于 titanium-web-extension
3.5MB
30K SLoC
webkit2gtk-webextension
Rust 对 webkit2gtk-webextension 的绑定和包装。
使用
我们推荐使用 crates.io 上的crate,如此处所示。
如果您想跟踪最新版本,请使用git依赖项
[dependencies]
webkit2gtk-webextension-rs = { git = "https://github.com/gtk-rs/webkit2gtk-webextension-rs.git" }
避免混合带有版本和git的crate,如下所示
# This will not compile
[dependencies]
gtk = "0.2"
webkit2gtk-webextension-rs = { git = "https://github.com/gtk-rs/webkit2gtk-webextension-rs.git" }
贡献
欢迎贡献者!
许可证
webkit2gtk-webextension-rs 可在 MIT 许可证下获得,请参阅。
依赖关系
~18MB
~421K SLoC