Zooce / vexation

1 stars 0 forks source link

Issue with Bevy "dynamic" feature on Windows #11

Closed Zooce closed 2 years ago

Zooce commented 2 years ago

Apparently you can't use the "dynamic" feature for Bevy on Windows. This feature is only temporary for development, but it would be good to at least try to find a workaround until the game is done.

https://github.com/bevyengine/bevy/issues/4758

Zooce commented 2 years ago

Removed the dynamic feature from Cargo.toml in 7ee33c6a7a15e856b1ad5b71a20f0c8bdc488b37. We can still use the feature with cargo run --features bevy/dynamic.