Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move `Layer` to `iced_graphics` | 2020-05-19 | 1 | -21/+9 | ||
| | ||||||
* | Change `&mut wgpu::Device` to `&wgpu::Device` (#299) | 2020-04-16 | 1 | -5/+2 | ||
| | | | | | * Change `&mut wgpu::Device` to `&wgpu::Device` * Fix for rustfmt | |||||
* | Update `wgpu` to `0.5` in `iced_wgpu` :tada: | 2020-04-07 | 1 | -73/+79 | ||
| | ||||||
* | Make output format of `iced_wgpu` configurable | 2020-02-24 | 1 | -2/+5 | ||
| | ||||||
* | Add `border_width` and `border_color` to `Quad` | 2019-12-31 | 1 | -2/+15 | ||
| | ||||||
* | Add `repr(C)` to GPU types | 2019-12-01 | 1 | -0/+2 | ||
| | ||||||
* | Write docs for `iced_wgpu` | 2019-11-22 | 1 | -0/+1 | ||
| | ||||||
* | Apply HiDPI scaling to quads | 2019-11-05 | 1 | -15/+43 | ||
| | | | | The anti-aliasing strategy is pretty naive, but we will manage for now. | |||||
* | Replace `nalgebra` with `glam` | 2019-10-31 | 1 | -6/+2 | ||
| | | | | `glam` compiles much faster and leverages SIMD nicely. | |||||
* | Implement clipping for quads | 2019-10-27 | 1 | -0/+8 | ||
| | ||||||
* | Make `iced_core::Button` customizable | 2019-10-08 | 1 | -0/+6 | ||
| | | | | | | | Now it supports: - Any kind of content - Custom border radius - Custom background | |||||
* | Render colored quads | 2019-10-07 | 1 | -0/+269 | ||