Skip to content

Commit 223d4ef

Browse files
committed
converting to a workspace and updating to bevy 13.1
1 parent b044916 commit 223d4ef

File tree

32 files changed

+2638
-20069
lines changed

32 files changed

+2638
-20069
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@
33
/ray_casting/target
44
/custom_mesh/target
55
/fl_game/target
6-
/gravity_2d/target
6+
/gravity_2d/target
7+
/space_ship/target
8+
/target

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"rust-analyzer.linkedProjects": [
3+
"./ray_casting/Cargo.toml",
4+
"./fl_game/Cargo.toml"
5+
],
6+
"rust-analyzer.showUnlinkedFileNotification": false
7+
}

0 commit comments

Comments
 (0)