iced-yoda/wgpu/src
Héctor Ramón Jiménez 0d7e236039 Resize text measure cache to avoid panic
This should not be really necessary, as we are not really drawing
anything with the measure brush... But we are using `glyph_brush`
in an unconventional way, so that may be the cause. We need to redesign
`wgpu_glyph` or come up with an alternative.
2019-12-18 23:14:54 +01:00
..
image Cache Svg load result properly 2019-12-15 07:07:49 +01:00
renderer Put svg rendering behind a feature gate 2019-12-15 06:45:20 +01:00
shader Apply HiDPI scaling to quads 2019-11-05 20:40:17 +01:00
text Ran cargo_fmt over changed files. 2019-12-11 22:13:29 +01:00
image.rs Cache Svg load result properly 2019-12-15 07:07:49 +01:00
lib.rs Merged svg pipeline into image 2019-12-12 01:14:54 +01:00
primitive.rs Rerasterize SVGs when resized and refactor a bit 2019-12-15 06:19:07 +01:00
quad.rs Add repr(C) to GPU types 2019-12-01 19:03:05 +01:00
renderer.rs Rerasterize SVGs when resized and refactor a bit 2019-12-15 06:19:07 +01:00
text.rs Resize text measure cache to avoid panic 2019-12-18 23:14:54 +01:00
transformation.rs Fix panic in Transformation::scale 2019-11-06 19:35:28 +01:00