iced/web
2019-11-20 09:56:16 +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 installation section to subcrate READMEs 2019-11-20 09:56:16 +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

Installation

Add iced_web as a dependency in your Cargo.toml:

iced_web = "0.1.0-alpha"

Iced moves fast and the master branch can contain breaking changes! If you want to learn about a specific release, check out the release list.