Philpax
Philpax
For those dropping by, I'm using @lostinspiration's fork with no issues: `detour = {git = "https://github.com/lostinspiration/detour-rs.git"}`
I can confirm that #271 resolves the compilation issue for me: ``` [patch.crates-io] cap-primitives = { git = "https://github.com/bytecodealliance/cap-std.git", branch = "sunfishcode/file-type-ext" } ```
~~Bah, caveat - the patch + wasmtime 0.39.1 works on Windows if you _just_ patch `cap-primitives`, but fails on macOS due to `cap-fs-ext` expecting the new traits. Bringing in `cap-fs-ext`...
My opinion on this is that it should not be merged until we have a "funny/joke plugins" section, so until this happens https://github.com/goatcorp/DIPs/issues/4#issuecomment-1127221987
Taking an executive decision on this and closing it until we have a new plugin installer
You're good to go - can you move it over to the new build system?
Hi all! Over the last few weekends, I've implemented a barebones example of wiring up OpenXR to wgpu (Vulkan). [Here's the link.](https://github.com/philpax/wgpu-openxr-example) It should have everything you need to get...
Just dropping my +1 in for this. The use case I have is successive refactoring: I'm working with some WGPU code, where I have several variables being created that depend...
I think it's quite reasonable for both dev and stable plugins to be installed at the same time if one of them is disabled. It might be worth setting this...
I think this probably has more of a home in the Dalamud repo?