wry icon indicating copy to clipboard operation
wry copied to clipboard

Cross-platform WebView library in Rust for Tauri.

Results 188 wry issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** The performances of WebkitGTK are really bad and the implementation often breaks. It is also hard to test for app...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/tauri-apps/wry). --- > [!WARNING] > Renovate failed to...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [soup3](https://gitlab.gnome.org/World/Rust/soup3-rs) | dependencies | minor | `0.5` -> `0.7` | --- ### Configuration...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ndk-sys](https://togithub.com/rust-mobile/ndk) | dependencies | minor | `0.4` -> `0.6` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ndk](https://togithub.com/rust-mobile/ndk) | dependencies | minor | `0.7` -> `0.9` | ---...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [html5ever](https://redirect.github.com/servo/html5ever) | dependencies | minor | `0.26` -> `0.29` | --- ### Release...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [winit](https://togithub.com/rust-windowing/winit) | dev-dependencies | minor | `0.29` -> `0.30` | --- ### Release...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [wgpu](https://wgpu.rs/) ([source](https://togithub.com/gfx-rs/wgpu)) | dev-dependencies | minor | `0.19` -> `0.20` | --- ###...

**Describe the bug** ``` cargo run example multiwebview ... thread 'main' panicked at examples/multiwebview.rs:26:7: This example doesn't support wayland! ``` Same for examples `wgpu` and `winit`. I guess this is...

type: bug

**Describe the bug** Pointer lock is broken on both Linux and macOS (and maybe on Windows, too). **Steps To Reproduce** ``` fn main() -> wry::Result { use wry::{ application::{ event::{Event,...

help wanted
type: bug
platform: All