Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-04-16 | Change `&mut wgpu::Device` to `&wgpu::Device` (#299) | 1 | -5/+2 | |
2020-04-07 | Update `wgpu` to `0.5` in `iced_wgpu` :tada: | 1 | -73/+79 | |
2020-02-24 | Make output format of `iced_wgpu` configurable | 1 | -2/+5 | |
2019-12-31 | Add `border_width` and `border_color` to `Quad` | 1 | -2/+15 | |
2019-12-01 | Add `repr(C)` to GPU types | 1 | -0/+2 | |
2019-11-22 | Write docs for `iced_wgpu` | 1 | -0/+1 | |
2019-11-05 | Apply HiDPI scaling to quads | 1 | -15/+43 | |
2019-10-31 | Replace `nalgebra` with `glam` | 1 | -6/+2 | |
2019-10-27 | Implement clipping for quads | 1 | -0/+8 | |
2019-10-08 | Make `iced_core::Button` customizable | 1 | -0/+6 | |
2019-10-07 | Render colored quads | 1 | -0/+269 |