Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-02-11 | Rename `iced_virtual` to `iced_pure` | 4 | -94/+0 | ||
`virtual` is a reserved keyword in Rust :grimacing: | |||||
2022-02-10 | Implement `Into<Element>` for `&'static str` in `iced_virtual` | 1 | -10/+3 | ||
2022-02-10 | Draft virtual `Button`, `Column`, and `Text` | 4 | -0/+101 | ||
... as well as a very naive diffing strategy! |