iced/graphics/src
Ian Douglas Scott 2c7c42ee93
Move image/svg handling into iced_graphics
The `TextureStore` trait is implemented by the atlas, and can also be
implemented in the glow renderer or in a software renderer.

The API here may be improved in the future, but API stability is
presumably not a huge issue since these types will only be used by
renderer backends.
2022-11-05 03:19:37 +01:00
..
font Fix clippy lints for all crates and features 2022-07-09 18:43:05 +02:00
gradient Move Position and Location to gradient module 2022-11-03 05:15:32 +01:00
image Move image/svg handling into iced_graphics 2022-11-05 03:19:37 +01:00
layer Move mesh::Style to triangle and reuse it in fill and stroke 2022-11-03 05:50:53 +01:00
overlay Implement theme styling for PickList and Menu 2022-06-07 04:51:44 +02:00
widget Remove unnecessary pub(crate) in widget::canvas::frame 2022-11-03 06:05:06 +01:00
window Update wgpu to 0.14 and wgpu_glyph to 0.18 2022-11-01 19:20:23 +01:00
antialiasing.rs Use recently stabilized intra-doc links 2020-11-26 02:05:43 +01:00
backend.rs Write missing documentation in iced_graphics 2021-11-05 15:38:40 +07:00
error.rs Introduce Error::ContextCreationFailed 2022-04-20 19:57:59 -03:00
font.rs Use recently stabilized intra-doc links 2020-11-26 02:05:43 +01:00
gradient.rs Move Position and Location to gradient module 2022-11-03 05:15:32 +01:00
image.rs Move image/svg handling into iced_graphics 2022-11-05 03:19:37 +01:00
layer.rs Refactor exports in graphics::layer 2022-11-03 05:22:58 +01:00
lib.rs Move image/svg handling into iced_graphics 2022-11-05 03:19:37 +01:00
overlay.rs Write documentation for the new overlay API 2020-07-10 02:39:12 +02:00
primitive.rs Move mesh::Style to triangle and reuse it in fill and stroke 2022-11-03 05:50:53 +01:00
renderer.rs Replace stateful widgets with new iced_pure API 2022-07-27 06:49:20 +02:00
transformation.rs Fix lints by clippy 2022-11-03 04:53:27 +01:00
triangle.rs Move mesh::Style to triangle and reuse it in fill and stroke 2022-11-03 05:50:53 +01:00
viewport.rs Fix physical_width getter incorrectly returning the height 2021-01-14 10:38:12 -05:00
widget.rs Remove pure leftovers in iced_graphics 2022-07-27 07:21:15 +02:00
window.rs Move compositor module access from window to crate 2022-04-27 15:25:16 -03:00