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.
Preparing next release This PR has been auto-generated --------- Co-authored-by: Bevy Auto Releaser <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: François <[email protected]>
- Loading branch information
1 parent
8ee05c8
commit a43b639
Showing
44 changed files
with
306 additions
and
306 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
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.12.0-dev" | ||
version = "0.12.0" | ||
edition = "2021" | ||
authors = [ | ||
"Bevy Contributors <[email protected]>", | ||
|
@@ -19,17 +19,17 @@ tonemapping_luts = ["bevy_render/ktx2", "bevy_render/zstd"] | |
|
||
[dependencies] | ||
# bevy | ||
bevy_app = { path = "../bevy_app", version = "0.12.0-dev" } | ||
bevy_asset = { path = "../bevy_asset", version = "0.12.0-dev" } | ||
bevy_core = { path = "../bevy_core", version = "0.12.0-dev" } | ||
bevy_derive = { path = "../bevy_derive", version = "0.12.0-dev" } | ||
bevy_ecs = { path = "../bevy_ecs", version = "0.12.0-dev" } | ||
bevy_log = { path = "../bevy_log", version = "0.12.0-dev" } | ||
bevy_reflect = { path = "../bevy_reflect", version = "0.12.0-dev" } | ||
bevy_render = { path = "../bevy_render", version = "0.12.0-dev" } | ||
bevy_transform = { path = "../bevy_transform", version = "0.12.0-dev" } | ||
bevy_math = { path = "../bevy_math", version = "0.12.0-dev" } | ||
bevy_utils = { path = "../bevy_utils", version = "0.12.0-dev" } | ||
bevy_app = { path = "../bevy_app", version = "0.12.0" } | ||
bevy_asset = { path = "../bevy_asset", version = "0.12.0" } | ||
bevy_core = { path = "../bevy_core", version = "0.12.0" } | ||
bevy_derive = { path = "../bevy_derive", version = "0.12.0" } | ||
bevy_ecs = { path = "../bevy_ecs", version = "0.12.0" } | ||
bevy_log = { path = "../bevy_log", version = "0.12.0" } | ||
bevy_reflect = { path = "../bevy_reflect", version = "0.12.0" } | ||
bevy_render = { path = "../bevy_render", version = "0.12.0" } | ||
bevy_transform = { path = "../bevy_transform", version = "0.12.0" } | ||
bevy_math = { path = "../bevy_math", version = "0.12.0" } | ||
bevy_utils = { path = "../bevy_utils", version = "0.12.0" } | ||
|
||
serde = { version = "1", features = ["derive"] } | ||
bitflags = "2.3" | ||
|
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.