Crates.io | webkit2gtk-webextension |
lib.rs | webkit2gtk-webextension |
version | 0.16.0 |
source | src |
created_at | 2017-08-04 23:49:39.768962 |
updated_at | 2023-05-20 22:34:41.423678 |
description | Rust bindings for the GTK+ 3 library |
homepage | http://gtk-rs.org/ |
repository | https://github.com/gtk-rs/webkit2gtk-webextension-rs |
max_upload_size | |
id | 26426 |
size | 30,916,189 |
Project site | Online documentation
Rust bindings and wrappers for webkit2gtk-webextension.
We recommend using crates from crates.io, as demonstrated here.
If you want to track the bleeding edge, use the git dependency instead:
[dependencies]
webkit2gtk-webextension-rs = { git = "https://github.com/gtk-rs/webkit2gtk-webextension-rs.git" }
Avoid mixing versioned and git crates like this:
# This will not compile
[dependencies]
gtk = "0.2"
webkit2gtk-webextension-rs = { git = "https://github.com/gtk-rs/webkit2gtk-webextension-rs.git" }
Contributor you're welcome!
webkit2gtk-webextension-rs is available under the MIT License, please refer to it.