-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: tracing support feat: new run script change: dependencies now build without debug symbols by default change: hot reloading when on debug mode change: embedded assets only on release change: now the default plugins are initialized in lib and not in main fix: serialize feature fix: embedded assets BEVY_ASSET_PATH fix: bevy logo on splash
- Loading branch information
Showing
17 changed files
with
186 additions
and
150 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
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
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 |
---|---|---|
|
@@ -4,3 +4,5 @@ dist | |
graphs | ||
.vscode | ||
.data | ||
capture* | ||
*.tracy |
Oops, something went wrong.