Skip to content

Commit

Permalink
disable again
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert committed Oct 12, 2023
1 parent b107e3f commit 7b485c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: [main]
branches: []
permissions:
contents: read
pages: write
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fn main() {
.add_plugins(DefaultPlugins
.set(RenderPlugin {
wgpu_settings: WgpuSettings {
backends: Some(Backends::BROWSER_WEBGPU),
backends: Some(Backends::VULKAN),
..default()
},
})
Expand Down

0 comments on commit 7b485c0

Please sign in to comment.