https://github.com/sokorototo/iced_wry
A small crate to embed and sync a webview into your iced application, using the wry crate
https://github.com/sokorototo/iced_wry
iced-rs webview wry
Last synced: 6 days ago
JSON representation
A small crate to embed and sync a webview into your iced application, using the wry crate
- Host: GitHub
- URL: https://github.com/sokorototo/iced_wry
- Owner: sokorototo
- Created: 2025-10-29T13:27:17.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2026-02-16T15:23:45.000Z (4 months ago)
- Last Synced: 2026-02-16T22:57:28.528Z (4 months ago)
- Topics: iced-rs, webview, wry
- Language: Rust
- Homepage:
- Size: 170 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### `iced_wry` a simple wrapper for embedding wry webviews in your iced application.
`iced` uses the MVU architecture to render it's UI, while `wry` exposes a retained mode API. This crate provides a bridge for the two.
> Check out `examples/simple.rs` for a reference.