Closed liquidev closed 3 years ago
Rafx 0.0.14 fixes this. So it may be as simple as bumping skulpin-renderer to use 0.0.14 instead of 0.0.13. I’m on vacation so it may be a few days before I get to this. Other temporary option is to cargo update —precise to force ash down a version
Thanks for the response. I've bumped ash down to 0.32, and everything works as expected.
Ash at 0.32 not finding version on my system. I have other newer dependencies though, so not sure if that's it.
I just bumped skulpin in my project from 0.11.2 to 0.14.0, which means that now rafx is a dependency. It seems that the library uses some outdated APIs from ash:
and so on.
Here's the related issue in ash.