In beab6cf last year @Firestar99 downgraded bitflags in spirv-std to version 1.3.2 because the "backend fails with 2.X". This of course causes two instances of bitflags to be compiled in when rust-gpu is used alongside e.g. cargo-gpu-install or vulkano.
I tried upgrading spirv-std to the latest bitflags 2.11.0 anyway but I did not notice any apparent issues when building or running tests on today's main, but I have not a clue if I am doing it right.
In beab6cf last year @Firestar99 downgraded
bitflagsinspirv-stdto version 1.3.2 because the "backend fails with 2.X". This of course causes two instances ofbitflagsto be compiled in whenrust-gpuis used alongside e.g.cargo-gpu-installorvulkano.I tried upgrading
spirv-stdto the latestbitflags2.11.0 anyway but I did not notice any apparent issues when building or running tests on today'smain, but I have not a clue if I am doing it right.