We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f26b25 commit 96bd298Copy full SHA for 96bd298
Cargo.toml
@@ -35,7 +35,7 @@ members = [
35
# Internal tools that are not published.
36
"tools/*",
37
# Bevy's error codes. This is a crate so we can automatically check all of the code blocks.
38
- "errors",
+ "errors", "dev/spec_v2",
39
]
40
exclude = [
41
# Integration tests are not part of the workspace
crates/bevy_anti_alias/src/taa/mod.rs
@@ -330,7 +330,7 @@ impl Specializer<RenderPipeline> for TaaPipelineSpecializer {
330
};
331
332
if key.reset {
333
- fragment.shader_defs.push("RESET".into())
+ fragment.shader_defs.push("RESET".into());
334
}
335
336
let color_target_state = ColorTargetState {
0 commit comments