iced/web
2019-11-20 09:41:04 +01:00
..
src Remove padding from Container for now 2019-11-11 05:37:51 +01:00
Cargo.toml Connect iced_web with iced properly 2019-10-23 02:33:07 +02:00
README.md Add README for each subcrate 2019-11-20 09:41:04 +01:00

iced_web

Documentation Crates.io License project chat

iced_web takes iced_core and builds a WebAssembly runtime on top. It achieves this by introducing a Widget trait that can be used to produce VDOM nodes.

The crate is currently a very experimental, simple abstraction layer over dodrio.

iced_core