rYuuk / AstroGen

Procedural asteroid generator using compute shaders in bevy
17 stars 1 forks source link

Compile error on linux #1

Open gery opened 1 month ago

gery commented 1 month ago

My OS: Ubuntu 24.04.1 LTS

Error log:

error[E0061]: this method takes 1 argument but 2 arguments were supplied --> /home/gery/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_easy_compute-0.14.0/src/pipeline_cache.rs:99:33 | 99 | let composer = composer.with_capabilities(capabilities, ShaderStages::COMPUTE); | ^^^^^^^^^^^^^^^^^ --------------------- unexpected argument #2 of type naga::valid::ShaderStages

rYuuk commented 1 month ago

It seems to be issue of bevy_easy_compute crate. Sorry, I don't have linux machine to test it. Maybe you can make issue in that repo.