Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-11-02 | Move `Target` to its own module | 1 | -34/+0 | ||
2019-10-23 | Add `TODO` to `image::Renderer::node` | 1 | -0/+1 | ||
2019-10-23 | Implement basic image rendering in `iced_wgpu` | 1 | -5/+26 | ||
2019-10-22 | Remove generic handle in `Image` | 1 | -7/+3 | ||
For now, we will simply assume images will be loaded from a given path. | |||||
2019-10-11 | Handle mouse cursor in `iced_wgpu` | 1 | -2/+2 | ||
2019-10-11 | Rename `Renderer::Primitive` to `Renderer::Output` | 1 | -1/+1 | ||
2019-10-08 | Make `iced_core::Button` customizable | 1 | -1/+1 | ||
Now it supports: - Any kind of content - Custom border radius - Custom background | |||||
2019-10-05 | Modularize `iced_wgpu` | 1 | -0/+16 | ||