Skip to content

Commit

Permalink
feat: make it easier to find problems with egui
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Jan 5, 2025
1 parent 80c3cba commit 7dc6765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"jsvalue"
],
// "rust-analyzer.cargo.target": "wasm32-unknown-unknown" // Uncomment to use rust-analyzer on wasm code instead
"rust-analyzer.cargo.features": ["yield_now"]
"rust-analyzer.cargo.features": ["yield_now", "egui"]
}
2 changes: 1 addition & 1 deletion bacon.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[jobs.test_examples]
command = ["cargo", "test", "--features=yield_now", "--examples"]
command = ["cargo", "test", "--features=yield_now,egui", "--examples"]
need_stdout = true

[keybindings]
Expand Down

0 comments on commit 7dc6765

Please sign in to comment.