From 89e08301a3eab70053a2011e5fea3968e62a07a0 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Sun, 28 Jun 2020 05:00:57 -0500 Subject: [PATCH] turn on documentation for all features --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 32fdbbe..4b3406b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,9 @@ documentation = "https://docs.rs/safex11" readme = "README.md" repository = "https://git.sr.ht/~iptq/safex11" +[package.metadata.docs.rs] +all-features = true + [features] default = [] xlib = ["x11/xlib"]