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

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

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.