I get an error when I copy "custom_vertex_attribute.rs" and run it. Is this a bug? #9541
-
I copy "custom_vertex_attribute.rs" and run it. The error is below. 2023-08-22T20:39:49.675117Z INFO bevy_winit::system: Creating new window "App" (0v0) Contents of Cargo.toml is that I used is below. [package] [dependencies] In addition, if you copy bevy itself based on the tutorial and run the example, it works properly. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The code you are copying is from bevy's main development branch, but you are depending on Bevy You can browse code from the most recent released version of Bevy by using the |
Beta Was this translation helpful? Give feedback.
The code you are copying is from bevy's main development branch, but you are depending on Bevy
0.11.2
from crates.io.You can browse code from the most recent released version of Bevy by using the
latest
branch on GitHub.