Skip to content

Commit 8c0bc7b

Browse files
authored
Update Bevy to v0.15 (#51)
* chore: 🔨 Add a Visual Studio Code `start` task * feat: ✨ Update to Bevy v0.15.3
1 parent 0cea0ea commit 8c0bc7b

File tree

19 files changed

+1687
-697
lines changed

19 files changed

+1687
-697
lines changed

.vscode/tasks.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
// See https://go.microsoft.com/fwlink/?LinkId=733558
3+
// for the documentation about the tasks.json format
4+
"version": "2.0.0",
5+
"tasks": [
6+
{
7+
"label": "start",
8+
"type": "shell",
9+
"command": "cargo watch -x 'run --features bevy/dynamic_linking'",
10+
"options": {},
11+
"problemMatcher": []
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)