Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -9/+0 | ||
2022-04-22 | Implemented Tooltip as Pure | 1 | -2/+2 | ||
2022-02-11 | Expose `iced_pure` through a `pure` feature in `iced` | 1 | -2/+1 | ||
Besides exposing the `iced_pure` crate, enabling the `pure` feature also provides pure versions of both the `Application` and `Sandbox` traits! :tada: | |||||
2022-02-11 | Rename `iced_virtual` to `iced_pure` | 1 | -2/+3 | ||
`virtual` is a reserved keyword in Rust :grimacing: | |||||
2022-02-09 | Update Rust edition to 2021 :tada: | 1 | -1/+1 | ||
2020-04-28 | Port `bezier_tool` example to use `Canvas` | 1 | -4/+1 | ||
2020-01-20 | Package examples and remove `dev-dependencies` | 1 | -0/+12 | ||