summaryrefslogtreecommitdiffstats
path: root/examples/pure/tooltip/Cargo.toml (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez1-9/+0
2022-04-22Implemented Tooltip as PureLibravatar Casper Rogild Storm1-2/+2
2022-02-11Expose `iced_pure` through a `pure` feature in `iced`Libravatar Héctor Ramón Jiménez1-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-11Rename `iced_virtual` to `iced_pure`Libravatar Héctor Ramón Jiménez1-2/+3
`virtual` is a reserved keyword in Rust :grimacing:
2022-02-09Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2020-04-28Port `bezier_tool` example to use `Canvas`Libravatar Héctor Ramón Jiménez1-4/+1
2020-01-20Package examples and remove `dev-dependencies`Libravatar Héctor Ramón Jiménez1-0/+12