jabu
jabu
The `set_blend` added in PR #74 doesn't work for its originally intended purpose. It *does* work if you reapply the pipeline after, but that defeats the purpose. Besides, it's possible...
Hey there, excellent library. I'm wondering if there is a recommended way to convert back and forth between the `std::path::Path` and `std::path::PathBuf` types. It's nice to store types as `Utf8NativePath`,...
As far as I can tell, this is the only thing preventing Metal support. Both examples are working.
I was able to reproduce this crash by loading the provided file in the sfml example: https://github.com/jabuwu/rusty_spine/issues/39 ``` // `repro` is same as `celestialCircus` with animation changed to "idle" testcase(repro,...
Hey there. Recently, I noticed [this comment](https://github.com/EsotericSoftware/spine-runtimes/issues/2879#issuecomment-3044206880) indicating that spine-c will be phased out with Spine 4.3. I totally understand the desire to consolidate the C and C++ runtimes, and...