forked from bevyengine/bevy
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove vestigial derives (bevyengine#3343)
These derives seem to be leftover vestiges of the old renderer. At least removing them doesn't seem to harm anything. edit: thanks `@forbjok` on discord for pointing this out.
- Loading branch information
Showing
4 changed files
with
0 additions
and
234 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
pub const BEVY_ASSET: &str = "bevy_asset"; | ||
pub const BEVY_CORE: &str = "bevy_core"; | ||
pub const BEVY_RENDER: &str = "bevy_render"; | ||
pub const BEVY_UTILS: &str = "bevy_utils"; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.