WINSDK / bite

Disassembler focused on comprehensive rust support.
MIT License
794 stars 22 forks source link

Move donut rendering, remove wgpu_glyph dependency #6

Closed Booster884 closed 1 year ago

Booster884 commented 1 year ago

Closes #5.

Removing wgpu_glyph required setting the wgsl flag in wgpu, which is the only default flag, so I (re)enabled default flags for this crate.

WINSDK commented 1 year ago

Cool, this is much cleaner than having an dependency on wgpu_glyph. Writing a bunch of extra WGPU code just to render a donut wasn't great.