Skip to content

Commit

Permalink
Disable the with_bevy package
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab committed Dec 5, 2023
1 parent bfae457 commit dd6fd49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [

"examples/headless",
"examples/with_winit",
"examples/with_bevy",
# "examples/with_bevy", # Disable for now until bevy is using wpgu 0.18
"examples/run_wasm",
"examples/scenes",
]
Expand Down
1 change: 0 additions & 1 deletion examples/with_bevy/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ impl FromWorld for VelloRenderer {
device.wgpu_device(),
RendererOptions {
surface_format: None,
timestamp_period: queue.0.get_timestamp_period(),
antialiasing_support: vello::AaSupport::area_only(),
use_cpu: false,
},
Expand Down

0 comments on commit dd6fd49

Please sign in to comment.