forked from bevyengine/bevy
-
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.
- Loading branch information
Showing
38 changed files
with
245 additions
and
243 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
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
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,6 +1,6 @@ | ||
[package] | ||
name = "bevy_core_pipeline" | ||
version = "0.7.0-dev" | ||
version = "0.7.0" | ||
edition = "2021" | ||
authors = [ | ||
"Bevy Contributors <[email protected]>", | ||
|
@@ -17,10 +17,10 @@ trace = [] | |
|
||
[dependencies] | ||
# bevy | ||
bevy_app = { path = "../bevy_app", version = "0.7.0-dev" } | ||
bevy_asset = { path = "../bevy_asset", version = "0.7.0-dev" } | ||
bevy_core = { path = "../bevy_core", version = "0.7.0-dev" } | ||
bevy_ecs = { path = "../bevy_ecs", version = "0.7.0-dev" } | ||
bevy_render = { path = "../bevy_render", version = "0.7.0-dev" } | ||
bevy_utils = { path = "../bevy_utils", version = "0.7.0-dev" } | ||
bevy_app = { path = "../bevy_app", version = "0.7.0" } | ||
bevy_asset = { path = "../bevy_asset", version = "0.7.0" } | ||
bevy_core = { path = "../bevy_core", version = "0.7.0" } | ||
bevy_ecs = { path = "../bevy_ecs", version = "0.7.0" } | ||
bevy_render = { path = "../bevy_render", version = "0.7.0" } | ||
bevy_utils = { path = "../bevy_utils", version = "0.7.0" } | ||
|
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,7 +1,7 @@ | ||
[package] | ||
name = "bevy_crevice" | ||
description = "Create GLSL-compatible versions of structs with explicitly-initialized padding (Bevy version)" | ||
version = "0.7.0-dev" | ||
version = "0.7.0" | ||
edition = "2021" | ||
authors = ["Lucien Greathouse <[email protected]>"] | ||
documentation = "https://docs.rs/crevice" | ||
|
@@ -23,7 +23,7 @@ std = [] | |
# default-members = ["crevice-derive", "crevice-tests"] | ||
|
||
[dependencies] | ||
bevy-crevice-derive = { version = "0.7.0-dev", path = "bevy-crevice-derive" } | ||
bevy-crevice-derive = { version = "0.7.0", path = "bevy-crevice-derive" } | ||
|
||
bytemuck = "1.4.1" | ||
mint = "0.5.8" | ||
|
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,7 +1,7 @@ | ||
[package] | ||
name = "bevy-crevice-derive" | ||
description = "Derive crate for the 'crevice' crate (Bevy version)" | ||
version = "0.7.0-dev" | ||
version = "0.7.0" | ||
edition = "2018" | ||
authors = ["Lucien Greathouse <[email protected]>"] | ||
documentation = "https://docs.rs/crevice-derive" | ||
|
@@ -24,4 +24,4 @@ proc-macro = true | |
syn = "1.0.40" | ||
quote = "1.0.7" | ||
proc-macro2 = "1.0.21" | ||
bevy_macro_utils = { path = "../../bevy_macro_utils", version = "0.7.0-dev" } | ||
bevy_macro_utils = { path = "../../bevy_macro_utils", version = "0.7.0" } |
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
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
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
Oops, something went wrong.