webkit2gtk

Crates.iowebkit2gtk
lib.rswebkit2gtk
version2.0.1
sourcesrc
created_at2017-08-04 22:49:02.891308
updated_at2023-10-26 06:34:22.704436
descriptionRust bindings for webkit-gtk library
homepage
repositoryhttps://github.com/tauri-apps/webkit2gtk-rs
max_upload_size
id26420
size763,349
tauri (tauri-bot)

documentation

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.

Using

[dependencies]
webkit2gtk = "0.18.0"

Simple Example Browser

You can run the example in example/main.rs with

cargo run --example main

License

webkit2gtk-rs is available under the MIT License, please refer to it.

Commit count: 287

cargo fmt