gfx-rs / gfx

[maintenance mode] A low-overhead Vulkan-like GPU API for Rust.
http://gfx-rs.github.io/
Apache License 2.0
5.35k stars 549 forks source link

Panic when trying to draw text #3407

Open Peohta opened 3 years ago

Peohta commented 3 years ago

I am trying to render text using ggez but I get a panic instead. The backtrace below seems to point to gfx (that ggez depends on). I opened an issue on ggez repo too.

I tried to run 02_hello_world.rs from the examples.

backtrace.txt

Setup:

kvark commented 3 years ago

I'm sorry, gfx-0.18 is no longer supported. If you want to submit a fix for this, we'd probably merge it and release a patch. Otherwise, I don't think we have anyone to look into it.