From 72b65951e0c17bfcb952a371cfad0b01b663b1e1 Mon Sep 17 00:00:00 2001
From: John Mitchell <6656977+StarArawn@users.noreply.github.com>
Date: Sat, 29 Apr 2023 16:35:54 -0400
Subject: [PATCH] Use bevy feature flag not just x11.

---
 Cargo.toml            | 2 +-
 kayak_font/Cargo.toml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index baef689..cb39aa3 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 42942d1..effd523 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
-- 
GitLab