Skip to content
Snippets Groups Projects
Commit c141fc35 authored by John Mitchell's avatar John Mitchell
Browse files

Removed the git parameter for bevy.

parent 89da2ddd
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ members = ["kayak_ui_macros", "kayak_font"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = { git = "https://github.com/bevyengine/bevy", version = "0.9" }
bevy = { version = "0.9" }
bytemuck = "1.12"
dashmap = "5.4"
kayak_font = { path = "./kayak_font", version = "0.1" }
......
......@@ -22,8 +22,8 @@ unicode-segmentation = "1.10.0"
# Provides UAX #14 line break segmentation
xi-unicode = "0.3"
bevy = { git = "https://github.com/bevyengine/bevy", version = "0.9", optional = true, default-features = false, features = ["bevy_asset", "bevy_render", "bevy_core_pipeline"] }
bevy = { version = "0.9", optional = true, default-features = false, features = ["bevy_asset", "bevy_render", "bevy_core_pipeline"] }
[dev-dependencies]
bevy = { git = "https://github.com/bevyengine/bevy", version = "0.9" }
bevy = { version = "0.9" }
bytemuck = "1.12.0"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment