diff --git a/Cargo.toml b/Cargo.toml index baef6897a57c2dce32ae65c576d9ebf3c8614ade..cb39aa36bdc0e70a9c030b4997b23617922b0556 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 diff --git a/kayak_font/Cargo.toml b/kayak_font/Cargo.toml index 42942d1fcf3787dc7aad94513431f84b80bf6caa..effd523d3d88d887293a38ac10078fbc315bdd4f 100644 --- a/kayak_font/Cargo.toml +++ b/kayak_font/Cargo.toml @@ -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