vello/src
Chad Brokaw 86b1a66af0 Address review feedback
* reorganize GlyphCache::get_or_insert() to use the HashMap entry API
* change DrawGlyphs::hint() parameter name from `yes` to `hint` for clarity
* change Layout::path_data() to return bytes instead of [f32; 2]. Path segments could be encoded as i16, making this incorrect
2023-03-06 18:29:43 -05:00
..
encoding Address review feedback 2023-03-06 18:29:43 -05:00
shaders Update to wgpu 0.15 (#263) 2023-01-31 16:07:03 +00:00
encoding.rs small fixes 2023-02-24 16:13:48 -05:00
engine.rs Update to wgpu 0.15 (#263) 2023-01-31 16:07:03 +00:00
glyph.rs small fixes 2023-02-24 16:13:48 -05:00
lib.rs Merge branch 'main' into glyph-run 2023-03-06 08:17:45 -05:00
render.rs Make the with_winit example run on android (#273) 2023-03-05 11:33:30 +00:00
scene.rs Address review feedback 2023-03-06 18:29:43 -05:00
shaders.rs Fixes to get example running in wasm 2023-01-26 12:19:12 -08:00
util.rs Make the with_winit example run on android (#273) 2023-03-05 11:33:30 +00:00