Skip to content

Commit 3fdaf9e

Browse files
committed
upgrate to 0.5, depend of pr's bevyengine#1830 bevyengine#1837 bevyengine#1831
1 parent 38f64ee commit 3fdaf9e

File tree

24 files changed

+331
-2276
lines changed

24 files changed

+331
-2276
lines changed

crates/bevy_animation/Cargo.toml

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
[package]
22
name = "bevy_animation"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Felipe Jorge <[email protected]>"]
55
edition = "2018"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
bevy_app = { path = "../bevy_app", version = "0.4.0" }
11-
bevy_asset = { path = "../bevy_asset", version = "0.4.0" }
12-
bevy_core = { path = "../bevy_core", version = "0.4.0" }
13-
bevy_ecs = { path = "../bevy_ecs", version = "0.4.0" }
14-
bevy_pbr = { path = "../bevy_pbr", version = "0.4.0" }
15-
bevy_math = { path = "../bevy_math", version = "0.4.0" }
16-
bevy_render = { path = "../bevy_render", version = "0.4.0" }
17-
bevy_tasks = { path = "../bevy_tasks", version = "0.4.0" }
18-
bevy_transform = { path = "../bevy_transform", version = "0.4.0" }
19-
bevy_reflect = { path = "../bevy_reflect", version = "0.4.0", features = ["bevy"] }
10+
bevy_app = { path = "../bevy_app", version = "0.5.0" }
11+
bevy_asset = { path = "../bevy_asset", version = "0.5.0" }
12+
bevy_core = { path = "../bevy_core", version = "0.5.0" }
13+
bevy_ecs = { path = "../bevy_ecs", version = "0.5.0" }
14+
bevy_pbr = { path = "../bevy_pbr", version = "0.5.0" }
15+
bevy_math = { path = "../bevy_math", version = "0.5.0" }
16+
bevy_render = { path = "../bevy_render", version = "0.5.0" }
17+
bevy_tasks = { path = "../bevy_tasks", version = "0.5.0" }
18+
bevy_transform = { path = "../bevy_transform", version = "0.5.0" }
19+
bevy_reflect = { path = "../bevy_reflect", version = "0.5.0", features = ["bevy"] }
2020

2121
# other
2222
serde = { version = "1.0", features = ["derive"] }
@@ -26,8 +26,5 @@ float-cmp = "0.8.0"
2626
fnv = "1.0.7"
2727
tracing = "0.1.21"
2828

29-
ultraviolet = "0.7.5"
30-
wide = "0.5.5" # not the latest version of wide but maches the one used by ultravilet
31-
3229
[features]
3330
default = []

0 commit comments

Comments
 (0)