https://github.com/tauri-apps/webkit2gtk-rs
WebKit2 bindings and wrappers for Rust
https://github.com/tauri-apps/webkit2gtk-rs
hacktoberfest
Last synced: about 1 month ago
JSON representation
WebKit2 bindings and wrappers for Rust
- Host: GitHub
- URL: https://github.com/tauri-apps/webkit2gtk-rs
- Owner: tauri-apps
- License: mit
- Created: 2016-09-14T17:22:14.000Z (almost 9 years ago)
- Default Branch: crate
- Last Pushed: 2023-12-27T13:52:09.000Z (over 1 year ago)
- Last Synced: 2025-04-12T06:19:22.268Z (2 months ago)
- Topics: hacktoberfest
- Language: Rust
- Homepage:
- Size: 4.47 MB
- Stars: 142
- Watchers: 12
- Forks: 31
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# webkit2gtk
__Rust__ bindings and wrappers for __webkit2gtk__.
## Building
__webkit2gtk-rs__ expects __GTK+__, __GLib__ and __webkit2gtk__ development files to be installed on your system.
See the [requirements page](http://gtk-rs.org/docs/requirements.html).## Using
```toml
[dependencies]
webkit2gtk = "0.18.0"
```## Simple Example Browser
You can run the example in example/main.rs with
```shell
cargo run --example main
```## License
__webkit2gtk-rs__ is available under the MIT License, please refer to it.