aevyrie / bevy_mod_picking

Picking and pointer events for Bevy.
https://crates.io/crates/bevy_mod_picking
Apache License 2.0
764 stars 170 forks source link

Is Nightly Rust Required? #300

Closed michaelgrilo closed 6 months ago

michaelgrilo commented 8 months ago

When I tried running the minimal example, I received the error:

error[E0658]: use of unstable library feature 'stdsimd'

When I change to Nightly with rustup default nightly, the minimal example works.

aevyrie commented 6 months ago

This library does not use any unstable rust, no.