Skip to content
Snippets Groups Projects
Unverified Commit 93ecb1cd authored by John's avatar John Committed by GitHub
Browse files

Merge pull request #207 from johanhelsing/disable-bevy-default-features

Don't depend on bevy default features
parents 910a00cd 6c4fc3c3
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,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.9" }
bevy = { version = "0.9", default-features = false, features = ["bevy_ui"] }
bytemuck = "1.12"
dashmap = "5.4"
kayak_font = { path = "./kayak_font", version = "0.2" }
......
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