An open API service indexing awesome lists of open source software.

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

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.