Björn Wieczoreck
Björn Wieczoreck
Thank you very much for that suggestion. I just noticed that I forgot to mention that the models are converted on a server running rust from which the app will...
@meshula sadly, the "usd-rs" crate provides just the bindings to the Pixar USD library, although it seems to integrate it rather nicely. I will have to check how I could...
worked well for me too, thanks for the solution!
I'll look into adding a test for this as well. Edit: I will also add a bit more documentation for this feature to the readme as soon as we have...
An example for a very simple approach can be seen here: https://github.com/GiGainfosystems/vcpkg-rs/commit/ccdf745011cf16512440140eb2d529e06b361d1a Again, I do not know if that is a good approach, but it seems to work for the...
You are correct. I haven't used `cargo vcpkg build` so far because it doesn't support pinning versions (yet). That's why I opted for the manifest mode of vcpkg directly. I...
Just FYI I still have an eye on this but I'm currently enjoying my holidays so it'll take a bit until I'll respond more thoroughly 👍
> I just did a quick experiment with vcpkg manifest mode running: > > ``` > RUSTFLAGS="-L /path/to/vcpkg_installed/lib" PKG_CONFIG_PATH="/path/to/vcpkg_installed/lib/pkgconfig" cargo build > ``` > > and that seems to works...
Solution is presented here: https://github.com/one-dark/jetbrains-one-dark-theme/issues/313#issuecomment-1741198761
For me it helped to switch the Editor Scheme to something else, click "apply" and then change it back to "One Dark Vivid". Maybe give that a try if you...