Skip to content
Snippets Groups Projects
Commit 296ae729 authored by NiseVoid's avatar NiseVoid
Browse files

Do not add bevy_ui feature to bevy

parent 658f0ebc
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 = { version = "0.10", default-features = false, features = ["bevy_render", "bevy_sprite", "bevy_asset", "bevy_winit", "bevy_core_pipeline", "bevy_ui"] }
bevy = { version = "0.10", default-features = false, features = ["bevy_render", "bevy_sprite", "bevy_asset", "bevy_winit", "bevy_core_pipeline"] }
bevy_svg = { version="0.10.1", default-features = false }
bitflags = "1.3.2"
bytemuck = "1.12"
......
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