Skip to content

Commit e38643f

Browse files
update to bevy 0.19.0
1 parent b70c6d7 commit e38643f

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ default = ["cli"]
1515
cli = ["dep:lexopt"]
1616

1717
[dependencies]
18-
bevy_app = { version = "0.19.0-dev" }
19-
bevy_color = { version = "0.19.0-dev" }
20-
bevy_ecs = { version = "0.19.0-dev" }
21-
bevy_log = { version = "0.19.0-dev" }
22-
bevy_platform = { version = "0.19.0-dev" }
23-
bevy_utils = { version = "0.19.0-dev", features = ["debug"] }
18+
bevy_app = { version = "0.19.0" }
19+
bevy_color = { version = "0.19.0" }
20+
bevy_ecs = { version = "0.19.0" }
21+
bevy_log = { version = "0.19.0" }
22+
bevy_platform = { version = "0.19.0" }
23+
bevy_utils = { version = "0.19.0", features = ["debug"] }
2424
disqualified = "1.0"
2525
lexopt = { version = "0.3.0", optional = true }
2626

2727
[dev-dependencies]
28-
bevy = { version = "0.19.0-dev" }
29-
bevy_render = { version = "0.19.0-dev" }
28+
bevy = { version = "0.19.0" }
29+
bevy_render = { version = "0.19.0" }
3030

3131
[patch.crates-io]
3232
# bevy_ecs = { path = "../bevy/crates/bevy_ecs" }

0 commit comments

Comments
 (0)