| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
It allows to clean up all the `trait_aliases` modules!
|
|
|
|
|
|
|
|
| |
- Added missing `draw_cache_align_4x4` call for `brush_glyph` on wasm32 target
- Added WebGL support to `integratio_wgpu` example
- Fixed test.yml CI workflow
- Removed spir-v shader in `integration_wgpu`; Fixed formatting
- Removed redundant `BoxStream` typedef
|
|
|
|
|
|
|
|
|
| |
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!)
|
|
|
|
| |
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
|
| |
|
| |
|
|
|
|
| |
Also improves the overall web runtime, avoiding nested update loops.
|
| |
|
| |
|
| |
|
|
|