TakingFire
Results
2
comments of
TakingFire
Likewise, HueSaber only relies on lighting events to function. Assuming your attempt is functional in that regard, could you possibly provide the compiled plugin? I took a look at the...
From #445, adding the following to your `Cargo.toml` file should resolve the issue. ```toml [patch.crates-io] pathfinder_geometry = {git = "https://github.com/servo/pathfinder/"} pathfinder_simd = {git = "https://github.com/servo/pathfinder/"} ```