snailspeed3
snailspeed3
I just worked around that; pulling from upstream should do the trick.
Try pulling again--should be fixed. I bumped the project's `freetype` version to match latest on `brew`.
`brew update` I believe. It seems your package definitions are out of date?
Thanks! To be honest, I'm not sure. I've never really touched Mac packaging, and I don't know how that would interact with the current GitHub auto-updater. I'll leave this as...
Hi, you would open the executable in `build/source/frontend/RiiStudio`. Let me know if that works for you!
I added a [very hacky Rust wrapper](https://github.com/riidefi/RiiStudio/tree/master/source/rust_bundle) for the RiiStudio app, which if adapted for MacOS should allow deployment with cargo-bundle itself. I'll look into this a bit more later--though...
Is this on a Sonoma preview build?
Thanks for spotting that. I've fixed the build on clang-15 on Ventura, though have not validated clang-16 yet.
There seems to be an issue with the Apple `std::expected` in this configuration. I'm falling back to `tl::expected` to fix that until the feature stabilizes more. Master should build now,...
I've added a MacOS build to the latest release (Apple Silicon). Note that it's neither signed nor compatible with the auto-updater. I'll see about integrating [trust](https://github.com/japaric/trust) at some point to...