generated from NiklasEi/bevy_game_template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from MickHarrigan/dev
Ci fixes
- Loading branch information
Showing
22 changed files
with
7 additions
and
1,051 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,11 @@ name: CI | |
|
||
on: | ||
pull_request: | ||
branches: | ||
- main | ||
push: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
test: | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
[package] | ||
name = "bevy_game" # ToDo | ||
name = "bevy_game" # ToDo | ||
version = "0.1.0" | ||
publish = false | ||
authors = ["Niklas Eicker <[email protected]>"] # ToDo: you are the author ;) | ||
authors = ["Niklas Eicker <[email protected]>"] # ToDo: you are the author ;) | ||
edition = "2021" | ||
exclude = ["dist", "build", "assets", "credits"] | ||
|
||
[workspace] | ||
members = ["mobile"] | ||
|
||
[profile.dev.package."*"] | ||
opt-level = 3 | ||
|
||
|
@@ -25,9 +22,7 @@ inherits = "release" | |
lto = "thin" | ||
|
||
[features] | ||
dev = [ | ||
"bevy/dynamic_linking", | ||
] | ||
dev = ["bevy/dynamic_linking"] | ||
|
||
# All of Bevy's default features exept for the audio related ones (bevy_audio, vorbis), since they clash with bevy_kira_audio | ||
# and android_shared_stdcxx, since that is covered in `mobile` | ||
|
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.