Jack Grigg
Jack Grigg
The OpenXR backend in `webxr` hard-codes `D3D11` as the graphics backend, so that would need to be generalised before it could be used here. In the meantime, I've been poking...
OpenXR has extensions for Vulkan, OpenGL, OpenGL ES, D3D11, and D3D12. It might be possible to use https://github.com/KhronosGroup/MoltenVK as a pathway to XR support on macOS.
@kvark Ah, okay. I had interpreted it as providing a Vulkan runtime, and thus maybe being usable with `gfx-backend-vulkan`, but I've not used it (I'm not a macOS dev, or...
I have an early-stage attempt at this locally, which is currently blocked on me learning more about how graphics pipelines work. I'm planning this week to clean up the commits...
[Rebased on `main`](https://github.com/zcash/librustzcash/compare/50b3a8a371bdc52430885051d6c03a5b7e138b30..af365cd9a1cfa8fa59b8fe0e143a4b5d6de29306).
How is this feature intended to interact with `target..runner`? My expectation was that if `cargo run` or `cargo test` is called on a package that has `forced-target = "SOME_TARGET"`, then...
I don't think it makes sense for the Dockerfile in this repository to build `rage`; there are legitimate use cases for using `age-plugin-yubikey` with other `age` implementations (such as `age`...
Hmm, I'm thinking more about this, and am less certain that this should be part of `age-plugin-yubikey`. The feature sets are very divergent: - RSA instead of P256. - Slot...
I've made the release workflow changes that should produce valid M1 binaries. I'll test it with the 0.3.1 release, and make changes if necessary before 0.4.0.
I finally had time to dig into how GPG configures `pinentry`, which is only used directly by `gpg-agent`: - The `pinentry` binary can be configured with the `--pinentry-program` option when...