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

Use bevy feature flag not just x11.

parent 97bf7142
No related branches found
No related tags found
No related merge requests found
......@@ -48,4 +48,4 @@ name = "todo"
path = "examples/todo/todo.rs"
[package.metadata.docs.rs]
features = ["x11"]
\ No newline at end of file
features = ["bevy/x11"]
\ No newline at end of file
......@@ -32,3 +32,6 @@ bevy = { version = "0.10", optional = true, default-features = false, features =
[dev-dependencies]
bevy = { version = "0.10" }
bytemuck = "1.12.0"
[package.metadata.docs.rs]
features = ["bevy/x11"]
\ No newline at end of file
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