From b925e22949ee1ca990dfc6a678d8e4636cae5271 Mon Sep 17 00:00:00 2001 From: Carter Anderson Date: Sat, 22 Aug 2020 09:48:52 -0700 Subject: [PATCH] 0.1.3 upgrade --- Cargo.toml | 2 +- crates/bevy_app/Cargo.toml | 2 +- crates/bevy_asset/Cargo.toml | 2 +- crates/bevy_audio/Cargo.toml | 2 +- crates/bevy_core/Cargo.toml | 2 +- crates/bevy_derive/Cargo.toml | 2 +- crates/bevy_diagnostic/Cargo.toml | 2 +- crates/bevy_ecs/Cargo.toml | 2 +- crates/bevy_ecs/hecs/Cargo.toml | 4 ++-- crates/bevy_ecs/hecs/macros/Cargo.toml | 2 +- crates/bevy_gltf/Cargo.toml | 2 +- crates/bevy_input/Cargo.toml | 2 +- crates/bevy_math/Cargo.toml | 2 +- crates/bevy_pbr/Cargo.toml | 2 +- crates/bevy_property/Cargo.toml | 4 ++-- crates/bevy_property/bevy_property_derive/Cargo.toml | 2 +- crates/bevy_render/Cargo.toml | 2 +- crates/bevy_ron/Cargo.toml | 2 +- crates/bevy_scene/Cargo.toml | 4 ++-- crates/bevy_sprite/Cargo.toml | 2 +- crates/bevy_text/Cargo.toml | 2 +- crates/bevy_transform/Cargo.toml | 2 +- crates/bevy_type_registry/Cargo.toml | 2 +- crates/bevy_ui/Cargo.toml | 2 +- crates/bevy_wgpu/Cargo.toml | 2 +- crates/bevy_window/Cargo.toml | 2 +- crates/bevy_winit/Cargo.toml | 2 +- examples/app/headless.rs | 2 +- 28 files changed, 31 insertions(+), 31 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 90b2368d1e..dd7e8d1d72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy" -version = "0.1.2" +version = "0.1.3" edition = "2018" authors = ["Bevy Contributors ", "Carter Anderson "] description = "A refreshingly simple data-driven game engine and app framework" diff --git a/crates/bevy_app/Cargo.toml b/crates/bevy_app/Cargo.toml index eb063386e7..912b747953 100644 --- a/crates/bevy_app/Cargo.toml +++ b/crates/bevy_app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_app" -version = "0.1.0" +version = "0.1.3" edition = "2018" authors = ["Bevy Contributors ", "Carter Anderson "] description = "Provides core App functionality for Bevy Engine" diff --git a/crates/bevy_asset/Cargo.toml b/crates/bevy_asset/Cargo.toml index 44c105467b..bb1f24cf4a 100644 --- a/crates/bevy_asset/Cargo.toml +++ b/crates/bevy_asset/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_asset" -version = "0.1.0" +version = "0.1.3" edition = "2018" authors = ["Bevy Contributors ", "Carter Anderson "] description = "Provides asset functionality for Bevy Engine" diff --git a/crates/bevy_audio/Cargo.toml b/crates/bevy_audio/Cargo.toml index 9670dffcef..8350ee9428 100644 --- a/crates/bevy_audio/Cargo.toml +++ b/crates/bevy_audio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_audio" -version = "0.1.0" +version = "0.1.3" edition = "2018" authors = ["Bevy Contributors ", "Carter Anderson "] description = "Provides audio functionality for Bevy Engine" diff --git a/crates/bevy_core/Cargo.toml b/crates/bevy_core/Cargo.toml index b0bdf0ad89..578f75e07d 100644 --- a/crates/bevy_core/Cargo.toml +++ b/crates/bevy_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_core" -version = "0.1.0" +version = "0.1.3" edition = "2018" authors = ["Bevy Contributors ", "Carter Anderson "] description = "Provides core functionality for Bevy Engine" diff --git a/crates/bevy_derive/Cargo.toml b/crates/bevy_derive/Cargo.toml index 1006398395..b30221a381 100644 --- a/crates/bevy_derive/Cargo.toml +++ b/crates/bevy_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_derive" -version = "0.1.0" +version = "0.1.3" edition = "2018" authors = ["Bevy Contributors ", "Carter Anderson "] description = "Provides derive implementations for Bevy Engine" diff --git a/crates/bevy_diagnostic/Cargo.toml b/crates/bevy_diagnostic/Cargo.toml index bce7b8528c..fb748e9be0 100644 --- a/crates/bevy_diagnostic/Cargo.toml +++ b/crates/bevy_diagnostic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_diagnostic" -version = "0.1.0" +version = "0.1.3" edition = "2018" authors = ["Bevy Contributors ", "Carter Anderson "] description = "Provides diagnostic functionality for Bevy Engine" diff --git a/crates/bevy_ecs/Cargo.toml b/crates/bevy_ecs/Cargo.toml index d3172ea227..e524272b74 100644 --- a/crates/bevy_ecs/Cargo.toml +++ b/crates/bevy_ecs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_ecs" -version = "0.1.0" +version = "0.1.3" edition = "2018" authors = ["Bevy Contributors ", "Carter Anderson "] description = "Bevy Engine's custom entity component system" diff --git a/crates/bevy_ecs/hecs/Cargo.toml b/crates/bevy_ecs/hecs/Cargo.toml index 2fa311cb28..c495a7f8c1 100644 --- a/crates/bevy_ecs/hecs/Cargo.toml +++ b/crates/bevy_ecs/hecs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_hecs" -version = "0.1.0" +version = "0.1.3" description = "Bevy fork of hecs: a fast, minimal, and ergonomic entity-component-system" authors = [ "Benjamin Saunders ", @@ -27,7 +27,7 @@ macros = ["bevy_hecs_macros", "lazy_static"] serialize = ["serde"] [dependencies] -bevy_hecs_macros = { path = "macros", version = "0.1.0", optional = true } +bevy_hecs_macros = { path = "macros", version = "0.1.3", optional = true } hashbrown = { version = "0.8.0", default-features = false, features = ["ahash", "inline-more"] } lazy_static = { version = "1.4.0", optional = true, features = ["spin_no_std"] } serde = { version = "1", features = ["derive"], optional = true} diff --git a/crates/bevy_ecs/hecs/macros/Cargo.toml b/crates/bevy_ecs/hecs/macros/Cargo.toml index ef19cee0a0..9c29bc02a3 100644 --- a/crates/bevy_ecs/hecs/macros/Cargo.toml +++ b/crates/bevy_ecs/hecs/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_hecs_macros" -version = "0.1.0" +version = "0.1.3" description = "Bevy fork of hecs-macros: procedural macro definitions for hecs" authors = ["Benjamin Saunders "] edition = "2018" diff --git a/crates/bevy_gltf/Cargo.toml b/crates/bevy_gltf/Cargo.toml index ceb11e7421..1debf62f23 100644 --- a/crates/bevy_gltf/Cargo.toml +++ b/crates/bevy_gltf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_gltf" -version = "0.1.0" +version = "0.1.3" edition = "2018" authors = ["Bevy Contributors ", "Carter Anderson "] description = "Bevy Engine GLTF loading" diff --git a/crates/bevy_input/Cargo.toml b/crates/bevy_input/Cargo.toml index 9d79704b6f..367778e500 100644 --- a/crates/bevy_input/Cargo.toml +++ b/crates/bevy_input/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_input" -version = "0.1.0" +version = "0.1.3" edition = "2018" authors = ["Bevy Contributors ", "Carter Anderson "] description = "Provides input functionality for Bevy Engine" diff --git a/crates/bevy_math/Cargo.toml b/crates/bevy_math/Cargo.toml index 91415790e2..dc0683c702 100644 --- a/crates/bevy_math/Cargo.toml +++ b/crates/bevy_math/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_math" -version = "0.1.0" +version = "0.1.3" edition = "2018" authors = ["Bevy Contributors ", "Carter Anderson "] description = "Provides math functionality for Bevy Engine" diff --git a/crates/bevy_pbr/Cargo.toml b/crates/bevy_pbr/Cargo.toml index 35b3d727ca..1e428f6e65 100644 --- a/crates/bevy_pbr/Cargo.toml +++ b/crates/bevy_pbr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_pbr" -version = "0.1.0" +version = "0.1.3" edition = "2018" authors = ["Bevy Contributors ", "Carter Anderson "] description = "Adds PBR rendering to Bevy Engine" diff --git a/crates/bevy_property/Cargo.toml b/crates/bevy_property/Cargo.toml index a99326f6fb..c5a8c7fd01 100644 --- a/crates/bevy_property/Cargo.toml +++ b/crates/bevy_property/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_property" -version = "0.1.0" +version = "0.1.3" edition = "2018" authors = ["Bevy Contributors ", "Carter Anderson "] description = "Dynamically interact with struct fields using their names" @@ -17,6 +17,6 @@ bevy_property_derive = {path = "bevy_property_derive", version = "0.1"} # other erased-serde = "0.3" -bevy_ron = {path = "../bevy_ron", version = "0.1.0"} +bevy_ron = {path = "../bevy_ron", version = "0.1.3"} serde = "1" smallvec = {version = "1.4", features = ["serde"]} diff --git a/crates/bevy_property/bevy_property_derive/Cargo.toml b/crates/bevy_property/bevy_property_derive/Cargo.toml index f76b4c7ad4..ffb3d17ac1 100644 --- a/crates/bevy_property/bevy_property_derive/Cargo.toml +++ b/crates/bevy_property/bevy_property_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_property_derive" -version = "0.1.0" +version = "0.1.3" edition = "2018" authors = ["Bevy Contributors ", "Carter Anderson "] description = "Derive implementations for bevy_property" diff --git a/crates/bevy_render/Cargo.toml b/crates/bevy_render/Cargo.toml index ea29b856ac..5d7c1324ef 100644 --- a/crates/bevy_render/Cargo.toml +++ b/crates/bevy_render/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_render" -version = "0.1.0" +version = "0.1.3" edition = "2018" authors = ["Bevy Contributors ", "Carter Anderson "] description = "Provides rendering functionality for Bevy Engine" diff --git a/crates/bevy_ron/Cargo.toml b/crates/bevy_ron/Cargo.toml index e3ddef2d7c..23188460a4 100644 --- a/crates/bevy_ron/Cargo.toml +++ b/crates/bevy_ron/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bevy_ron" # Memo: update version in src/lib.rs too (doc link) -version = "0.1.0" +version = "0.1.3" license = "MIT/Apache-2.0" keywords = ["parser", "serde", "serialization"] authors = [ diff --git a/crates/bevy_scene/Cargo.toml b/crates/bevy_scene/Cargo.toml index 070bac1853..edea18db17 100644 --- a/crates/bevy_scene/Cargo.toml +++ b/crates/bevy_scene/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_scene" -version = "0.1.0" +version = "0.1.3" edition = "2018" authors = ["Bevy Contributors ", "Carter Anderson "] description = "Provides scene functionality for Bevy Engine" @@ -19,7 +19,7 @@ bevy_type_registry = { path = "../bevy_type_registry", version = "0.1" } # other serde = { version = "1.0", features = ["derive"]} -bevy_ron = { path = "../bevy_ron", version = "0.1.0" } +bevy_ron = { path = "../bevy_ron", version = "0.1.3" } uuid = { version = "0.8", features = ["v4", "serde"] } anyhow = "1.0" thiserror = "1.0" diff --git a/crates/bevy_sprite/Cargo.toml b/crates/bevy_sprite/Cargo.toml index 0e1283719c..83836dc561 100644 --- a/crates/bevy_sprite/Cargo.toml +++ b/crates/bevy_sprite/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_sprite" -version = "0.1.0" +version = "0.1.3" edition = "2018" authors = ["Bevy Contributors ", "Carter Anderson "] description = "Provides sprite functionality for Bevy Engine" diff --git a/crates/bevy_text/Cargo.toml b/crates/bevy_text/Cargo.toml index d2e33c45ad..2d0df55fae 100644 --- a/crates/bevy_text/Cargo.toml +++ b/crates/bevy_text/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_text" -version = "0.1.0" +version = "0.1.3" edition = "2018" authors = ["Bevy Contributors ", "Carter Anderson "] description = "Provides text functionality for Bevy Engine" diff --git a/crates/bevy_transform/Cargo.toml b/crates/bevy_transform/Cargo.toml index 55c19425f1..744af465a7 100644 --- a/crates/bevy_transform/Cargo.toml +++ b/crates/bevy_transform/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_transform" -version = "0.1.0" +version = "0.1.3" edition = "2018" authors = ["Bevy Contributors ", "Carter Anderson "] description = "Provides hierarchy and transform functionality for Bevy Engine" diff --git a/crates/bevy_type_registry/Cargo.toml b/crates/bevy_type_registry/Cargo.toml index a41912191b..180e01b892 100644 --- a/crates/bevy_type_registry/Cargo.toml +++ b/crates/bevy_type_registry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_type_registry" -version = "0.1.0" +version = "0.1.3" edition = "2018" authors = ["Bevy Contributors ", "Carter Anderson "] description = "Provides a type registry for Bevy Engine" diff --git a/crates/bevy_ui/Cargo.toml b/crates/bevy_ui/Cargo.toml index d4a1e95599..4ea5da4a66 100644 --- a/crates/bevy_ui/Cargo.toml +++ b/crates/bevy_ui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_ui" -version = "0.1.0" +version = "0.1.3" edition = "2018" authors = ["Bevy Contributors ", "Carter Anderson "] description = "A custom ECS-driven UI framework built specifically for Bevy Engine" diff --git a/crates/bevy_wgpu/Cargo.toml b/crates/bevy_wgpu/Cargo.toml index dc8389d288..7db7c1213b 100644 --- a/crates/bevy_wgpu/Cargo.toml +++ b/crates/bevy_wgpu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_wgpu" -version = "0.1.0" +version = "0.1.3" edition = "2018" authors = ["Bevy Contributors ", "Carter Anderson "] description = "A wgpu render backend for Bevy Engine" diff --git a/crates/bevy_window/Cargo.toml b/crates/bevy_window/Cargo.toml index 47f882388f..634555de06 100644 --- a/crates/bevy_window/Cargo.toml +++ b/crates/bevy_window/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_window" -version = "0.1.0" +version = "0.1.3" edition = "2018" authors = ["Bevy Contributors ", "Carter Anderson "] description = "Provides windowing functionality for Bevy Engine" diff --git a/crates/bevy_winit/Cargo.toml b/crates/bevy_winit/Cargo.toml index 96a064e6f8..449c4fdb7b 100644 --- a/crates/bevy_winit/Cargo.toml +++ b/crates/bevy_winit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_winit" -version = "0.1.1" +version = "0.1.3" edition = "2018" authors = ["Bevy Contributors ", "Carter Anderson "] description = "A winit window and input backend for Bevy Engine" diff --git a/examples/app/headless.rs b/examples/app/headless.rs index 72bc607818..5aaec61c49 100644 --- a/examples/app/headless.rs +++ b/examples/app/headless.rs @@ -6,7 +6,7 @@ use std::time::Duration; // by making your import look like this in your Cargo.toml // // [dependencies] -// bevy = { version = "0.1.0", default-features = false, features = ["headless"] } +// bevy = { version = "0.1.3", default-features = false, features = ["headless"] } fn main() { // this app runs once