iced/wgpu/src
2023-09-19 23:00:20 +02:00
..
image Improve code style in vector modules 2023-07-12 09:07:20 +02:00
layer Draft Editor API and TextEditor widget 2023-09-12 14:51:00 +02:00
quad Use Oklab color interpolation only with color::GAMMA_CORRECTION 2023-09-07 07:48:43 +02:00
shader Use Oklab color interpolation only with color::GAMMA_CORRECTION 2023-09-07 07:48:43 +02:00
triangle Added offscreen rendering support for wgpu & tiny-skia exposed with the window::screenshot command. 2023-06-06 15:37:30 +02:00
window Merge branch 'master' into explicit-text-caching 2023-09-10 00:34:21 +02:00
backend.rs Make FontSystem global and simplify Paragraph API 2023-09-11 02:47:24 +02:00
buffer.rs Added support for gradients as background variants + other optimizations. 2023-05-11 11:13:44 -07:00
color.rs Simplify offscreen API as color module in iced_wgpu 2023-06-27 20:26:13 +02:00
geometry.rs Fix majority of unresolved documentation links 2023-09-09 18:59:17 +02:00
image.rs Merge pull request #1846 from bungoboingo/feat/background-gradients 2023-05-19 04:37:58 +02:00
layer.rs Draft Editor API and TextEditor widget 2023-09-12 14:51:00 +02:00
lib.rs Merge branch 'master' into explicit-text-caching 2023-09-10 00:34:21 +02:00
primitive.rs Write missing docs in iced_graphics and iced_wgpu 2023-06-29 07:55:52 +02:00
quad.rs Introduce web-colors feature flag to enable sRGB linear blending 2023-05-31 21:31:58 +02:00
settings.rs Implement explicit text caching in the widget state tree 2023-08-30 04:31:21 +02:00
text.rs Fix gamma correction for colored glyphs in iced_wgpu 2023-09-19 23:00:20 +02:00
triangle.rs Use Oklab color interpolation only with color::GAMMA_CORRECTION 2023-09-07 07:48:43 +02:00
window.rs Introduce iced_renderer subcrate featuring runtime renderer fallback 2023-02-24 23:24:48 +01:00