diff --git a/Cargo.toml b/Cargo.toml index 6d64dda..ef4ec09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,15 +8,15 @@ license = "MIT OR Apache-2.0" name = "bevy_prototype_lyon" readme = "README.md" repository = "https://github.com/Nilirad/bevy_prototype_lyon/" -version = "0.8.0" +version = "0.11.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bevy = { git = "https://github.com/bevyengine/bevy", branch = "main", default-features = false, features = ["bevy_sprite", "bevy_render", "bevy_core_pipeline", "bevy_asset"] } +bevy = { version = "0.13", default-features = false, features = ["bevy_sprite", "bevy_render", "bevy_core_pipeline", "bevy_asset"] } lyon_tessellation = "1" lyon_algorithms = "1" svgtypes = "0.8" [dev-dependencies] -bevy = { git = "https://github.com/bevyengine/bevy", branch = "main", default-features = false, features = ["x11", "bevy_asset"] } +bevy = { version = "0.13", default-features = false, features = ["x11", "bevy_asset"] }