Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for gradients as background variants + other optimizations. | 2023-05-11 | 1 | -1/+0 | |
| | |||||
* | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 1 | -32/+0 | |
| | |||||
* | Group all solid triangles independently of color | 2022-11-16 | 1 | -26/+11 | |
| | |||||
* | Added conditional configurations for WASM target for gradients & storage ↵ | 2022-11-10 | 1 | -1/+5 | |
| | | | | buffers, since storage buffers are not supported on wgpu WASM target at the moment. | ||||
* | Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke` | 2022-11-03 | 1 | -0/+23 | |
| | |||||
* | Cleaned up namespaces re: PR comments. | 2022-10-18 | 1 | -0/+2 | |
| | |||||
* | Fixed lint issues & cleaned up some documentation. | 2022-10-06 | 1 | -1/+1 | |
| | |||||
* | Fixed some importing issues since you can use a Shader::Gradient outside a ↵ | 2022-09-30 | 1 | -9/+1 | |
| | | | | Canvas widget, where it was previously only accessible. | ||||
* | Adds linear gradient support to 2D meshes in the canvas widget. | 2022-09-29 | 1 | -8/+10 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -2/+0 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Update `bytemuck` dependency in `iced_graphics` | 2020-11-10 | 1 | -7/+2 | |
| | |||||
* | Write documentation for `iced_graphics` | 2020-05-28 | 1 | -0/+5 | |
| | |||||
* | Move `Layer` to `iced_graphics` | 2020-05-19 | 1 | -0/+1 | |
| | |||||
* | Draft new `iced_graphics` crate :tada: | 2020-05-19 | 1 | -0/+26 | |