| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
We are also taking this as a chance to synchronize
the versions of all the crates! Because of this, we
will skip the `0.11` version.
|
| |
|
| |
|
|
|
|
| |
... and check those in CI as well!
|
|
|
|
| |
RFC: https://github.com/iced-rs/rfcs/pull/6
|
| |
|
|
|
|
|
|
|
|
|
| |
This allows us to introduce a platform-specific `Action` to both `iced_native`
and `iced_web` and remove the `Clipboard` from `Application::update` to maintain
purity.
Additionally, this should let us implement further actions to let users query
and modify the shell environment (e.g. window, clipboard, and more!)
|
| |
|
|
|