Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move `layer::quad` types to `quad` module | 2023-05-30 | 1 | -149/+0 | |
| | | | | Not sure why I split these to begin with! | ||||
* | Adjusted `Quads` struct to be opaque `quad::Layer`. | 2023-05-29 | 1 | -0/+89 | |
| | |||||
* | Fixed issue where quads of different types were not ordered. | 2023-05-29 | 1 | -0/+9 | |
| | |||||
* | Changed gradient::Packed to be `repr(C)` for direct gpu upload. | 2023-05-26 | 1 | -2/+2 | |
| | |||||
* | Added support for gradients as background variants + other optimizations. | 2023-05-11 | 1 | -10/+31 | |
| | |||||
* | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 1 | -0/+30 | |