rust-webview icon indicating copy to clipboard operation
rust-webview copied to clipboard

Tiny cross-platform UI library for Rust that uses a webview for rendering HTML5

Results 3 rust-webview issues
Sort by recently updated
recently updated
newest added

hello. i just tried the webview for rust. however i couldn't view it using screenreader: (a piece of software for the blind people that reads the screen contents and user...

/Users/xxxx/Workspace/rust/hello$ cargo run Finished dev [unoptimized + debuginfo] target(s) in 0.16s Running `target/debug/hello` zsh: segmentation fault cargo run

One of the features listed is "Call Rust from JavaScript and JavaScript from Rust", but the feature promised in the first half of this statement seems to be absent. Are...