Add README for each subcrate
This commit is contained in:
parent
c47f5095c8
commit
cb4827059f
5 changed files with 103 additions and 0 deletions
15
web/README.md
Normal file
15
web/README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# `iced_web`
|
||||
[][documentation]
|
||||
[](https://crates.io/crates/iced_web)
|
||||
[](https://github.com/hecrj/iced/blob/master/LICENSE)
|
||||
[](https://iced.zulipchat.com)
|
||||
|
||||
`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`].
|
||||
|
||||

|
||||
|
||||
[documentation]: https://docs.rs/iced_web
|
||||
[`iced_core`]: ../core
|
||||
[`dodrio`]: https://github.com/fitzgen/dodrio
|
||||
Loading…
Add table
Add a link
Reference in a new issue