mirror of https://github.com/linebender/xilem
Fix issue #581.
This commit is contained in:
parent
0133b6c24a
commit
75d515617a
|
@ -82,12 +82,12 @@ The associated Elements of the `View` trait are either DOM nodes for `xilem_web`
|
|||
### `xilem_core`
|
||||
Contains the `View` trait, and other general implementations. Is also contains the `Message`, `MessageResult`, `Id` types and the tree-structrure tracking.
|
||||
|
||||
### `xilem_web/
|
||||
### `xilem_web/`
|
||||
An implementation of Xilem running on the DOM.
|
||||
|
||||
### `xilem_web_core`
|
||||
A historical version of `xilem_core` used in `xilem_web`
|
||||
|
||||
|
||||
### `masonry/
|
||||
### `masonry/`
|
||||
See `ARCHITECTURE.md` file located under `crates/masonry/doc`
|
||||
|
|
Loading…
Reference in New Issue