Skip to content

Commit

Permalink
Add required png feature to instancing
Browse files Browse the repository at this point in the history
  • Loading branch information
NiseVoid committed May 19, 2024
1 parent 0f269a3 commit fc235d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ required-features = [ "bevy/bevy_winit", "bevy/bevy_pbr", "3d" ]

[[example]]
name = "instancing"
required-features = [ "bevy/bevy_winit", "bevy/bevy_pbr", "3d" ]
required-features = [ "bevy/bevy_winit", "bevy/bevy_pbr", "bevy/png", "3d" ]

[[example]]
name = "gradient"
Expand Down

0 comments on commit fc235d1

Please sign in to comment.