Skip to content

Commit

Permalink
Merge branch 'main' of github.com:NiklasEi/bevy_game_template into mo…
Browse files Browse the repository at this point in the history
…re_menu
  • Loading branch information
NiklasEi committed Oct 28, 2023
2 parents 09bc5bf + 8e9277d commit b9b96cf
Show file tree
Hide file tree
Showing 14 changed files with 644 additions and 545 deletions.
4 changes: 3 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
},
"linux": {
"env": {
// platform-specific launch config overwrites (rather than merges with) existing config, so need to specify CARGO_MANIFEST_DIR again
"CARGO_MANIFEST_DIR": "${workspaceFolder}",
"LD_LIBRARY_PATH": "${env:LD_LIBRARY_PATH}:${workspaceFolder}/target/debug:${env:HOME}/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:${env:HOME}/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib"
}
}
Expand Down Expand Up @@ -65,4 +67,4 @@
}
}
]
}
}
Loading

0 comments on commit b9b96cf

Please sign in to comment.