mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
0.1.3 upgrade
This commit is contained in:
parent
35c59d2d59
commit
b925e22949
28 changed files with 31 additions and 31 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bevy"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
edition = "2018"
|
||||
authors = ["Bevy Contributors <bevyengine@gmail.com>", "Carter Anderson <mcanders1@gmail.com>"]
|
||||
description = "A refreshingly simple data-driven game engine and app framework"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bevy_app"
|
||||
version = "0.1.0"
|
||||
version = "0.1.3"
|
||||
edition = "2018"
|
||||
authors = ["Bevy Contributors <bevyengine@gmail.com>", "Carter Anderson <mcanders1@gmail.com>"]
|
||||
description = "Provides core App functionality for Bevy Engine"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bevy_asset"
|
||||
version = "0.1.0"
|
||||
version = "0.1.3"
|
||||
edition = "2018"
|
||||
authors = ["Bevy Contributors <bevyengine@gmail.com>", "Carter Anderson <mcanders1@gmail.com>"]
|
||||
description = "Provides asset functionality for Bevy Engine"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bevy_audio"
|
||||
version = "0.1.0"
|
||||
version = "0.1.3"
|
||||
edition = "2018"
|
||||
authors = ["Bevy Contributors <bevyengine@gmail.com>", "Carter Anderson <mcanders1@gmail.com>"]
|
||||
description = "Provides audio functionality for Bevy Engine"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bevy_core"
|
||||
version = "0.1.0"
|
||||
version = "0.1.3"
|
||||
edition = "2018"
|
||||
authors = ["Bevy Contributors <bevyengine@gmail.com>", "Carter Anderson <mcanders1@gmail.com>"]
|
||||
description = "Provides core functionality for Bevy Engine"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bevy_derive"
|
||||
version = "0.1.0"
|
||||
version = "0.1.3"
|
||||
edition = "2018"
|
||||
authors = ["Bevy Contributors <bevyengine@gmail.com>", "Carter Anderson <mcanders1@gmail.com>"]
|
||||
description = "Provides derive implementations for Bevy Engine"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bevy_diagnostic"
|
||||
version = "0.1.0"
|
||||
version = "0.1.3"
|
||||
edition = "2018"
|
||||
authors = ["Bevy Contributors <bevyengine@gmail.com>", "Carter Anderson <mcanders1@gmail.com>"]
|
||||
description = "Provides diagnostic functionality for Bevy Engine"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bevy_ecs"
|
||||
version = "0.1.0"
|
||||
version = "0.1.3"
|
||||
edition = "2018"
|
||||
authors = ["Bevy Contributors <bevyengine@gmail.com>", "Carter Anderson <mcanders1@gmail.com>"]
|
||||
description = "Bevy Engine's custom entity component system"
|
||||
|
|
|
@ -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 <ben.e.saunders@gmail.com>",
|
||||
|
@ -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}
|
||||
|
|
|
@ -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 <ben.e.saunders@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bevy_gltf"
|
||||
version = "0.1.0"
|
||||
version = "0.1.3"
|
||||
edition = "2018"
|
||||
authors = ["Bevy Contributors <bevyengine@gmail.com>", "Carter Anderson <mcanders1@gmail.com>"]
|
||||
description = "Bevy Engine GLTF loading"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bevy_input"
|
||||
version = "0.1.0"
|
||||
version = "0.1.3"
|
||||
edition = "2018"
|
||||
authors = ["Bevy Contributors <bevyengine@gmail.com>", "Carter Anderson <mcanders1@gmail.com>"]
|
||||
description = "Provides input functionality for Bevy Engine"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bevy_math"
|
||||
version = "0.1.0"
|
||||
version = "0.1.3"
|
||||
edition = "2018"
|
||||
authors = ["Bevy Contributors <bevyengine@gmail.com>", "Carter Anderson <mcanders1@gmail.com>"]
|
||||
description = "Provides math functionality for Bevy Engine"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bevy_pbr"
|
||||
version = "0.1.0"
|
||||
version = "0.1.3"
|
||||
edition = "2018"
|
||||
authors = ["Bevy Contributors <bevyengine@gmail.com>", "Carter Anderson <mcanders1@gmail.com>"]
|
||||
description = "Adds PBR rendering to Bevy Engine"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bevy_property"
|
||||
version = "0.1.0"
|
||||
version = "0.1.3"
|
||||
edition = "2018"
|
||||
authors = ["Bevy Contributors <bevyengine@gmail.com>", "Carter Anderson <mcanders1@gmail.com>"]
|
||||
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"]}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bevy_property_derive"
|
||||
version = "0.1.0"
|
||||
version = "0.1.3"
|
||||
edition = "2018"
|
||||
authors = ["Bevy Contributors <bevyengine@gmail.com>", "Carter Anderson <mcanders1@gmail.com>"]
|
||||
description = "Derive implementations for bevy_property"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bevy_render"
|
||||
version = "0.1.0"
|
||||
version = "0.1.3"
|
||||
edition = "2018"
|
||||
authors = ["Bevy Contributors <bevyengine@gmail.com>", "Carter Anderson <mcanders1@gmail.com>"]
|
||||
description = "Provides rendering functionality for Bevy Engine"
|
||||
|
|
|
@ -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 = [
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bevy_scene"
|
||||
version = "0.1.0"
|
||||
version = "0.1.3"
|
||||
edition = "2018"
|
||||
authors = ["Bevy Contributors <bevyengine@gmail.com>", "Carter Anderson <mcanders1@gmail.com>"]
|
||||
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"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bevy_sprite"
|
||||
version = "0.1.0"
|
||||
version = "0.1.3"
|
||||
edition = "2018"
|
||||
authors = ["Bevy Contributors <bevyengine@gmail.com>", "Carter Anderson <mcanders1@gmail.com>"]
|
||||
description = "Provides sprite functionality for Bevy Engine"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bevy_text"
|
||||
version = "0.1.0"
|
||||
version = "0.1.3"
|
||||
edition = "2018"
|
||||
authors = ["Bevy Contributors <bevyengine@gmail.com>", "Carter Anderson <mcanders1@gmail.com>"]
|
||||
description = "Provides text functionality for Bevy Engine"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bevy_transform"
|
||||
version = "0.1.0"
|
||||
version = "0.1.3"
|
||||
edition = "2018"
|
||||
authors = ["Bevy Contributors <bevyengine@gmail.com>", "Carter Anderson <mcanders1@gmail.com>"]
|
||||
description = "Provides hierarchy and transform functionality for Bevy Engine"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bevy_type_registry"
|
||||
version = "0.1.0"
|
||||
version = "0.1.3"
|
||||
edition = "2018"
|
||||
authors = ["Bevy Contributors <bevyengine@gmail.com>", "Carter Anderson <mcanders1@gmail.com>"]
|
||||
description = "Provides a type registry for Bevy Engine"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bevy_ui"
|
||||
version = "0.1.0"
|
||||
version = "0.1.3"
|
||||
edition = "2018"
|
||||
authors = ["Bevy Contributors <bevyengine@gmail.com>", "Carter Anderson <mcanders1@gmail.com>"]
|
||||
description = "A custom ECS-driven UI framework built specifically for Bevy Engine"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bevy_wgpu"
|
||||
version = "0.1.0"
|
||||
version = "0.1.3"
|
||||
edition = "2018"
|
||||
authors = ["Bevy Contributors <bevyengine@gmail.com>", "Carter Anderson <mcanders1@gmail.com>"]
|
||||
description = "A wgpu render backend for Bevy Engine"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bevy_window"
|
||||
version = "0.1.0"
|
||||
version = "0.1.3"
|
||||
edition = "2018"
|
||||
authors = ["Bevy Contributors <bevyengine@gmail.com>", "Carter Anderson <mcanders1@gmail.com>"]
|
||||
description = "Provides windowing functionality for Bevy Engine"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bevy_winit"
|
||||
version = "0.1.1"
|
||||
version = "0.1.3"
|
||||
edition = "2018"
|
||||
authors = ["Bevy Contributors <bevyengine@gmail.com>", "Carter Anderson <mcanders1@gmail.com>"]
|
||||
description = "A winit window and input backend for Bevy Engine"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue