Skip to content

Commit

Permalink
Added tonemapping features for dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackPhlox committed Jul 16, 2023
1 parent db494ee commit 9b9c61d
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 @@ -16,4 +16,4 @@ categories = ["game-engines", "game-development"]
bevy = { version = "0.11", default-features = false, features = ["bevy_render", "bevy_core_pipeline", "bevy_asset"] }

[dev-dependencies]
bevy = { version = "0.11", default-features = false, features = ["x11", "wayland", "bevy_pbr", "bevy_core_pipeline", "bevy_asset"] }
bevy = { version = "0.11", default-features = false, features = ["x11", "wayland", "bevy_pbr", "bevy_core_pipeline", "bevy_asset", "ktx2", "zstd", "tonemapping_luts"] }

0 comments on commit 9b9c61d

Please sign in to comment.