From cf1a8ecc0197d9e8b230ce70d8364d69a702a14a Mon Sep 17 00:00:00 2001 From: Jasper Bekkers Date: Sun, 31 Dec 2023 08:04:34 +0100 Subject: [PATCH] Enable all features in docs builds (#194) Right now we are only showing vulkan docs in docs.rs while we should also be showing the dx12 ones --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 25994d0..3e34741 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,9 @@ include = [ "/examples", ] +[package.metadata.docs.rs] +all-features = true + [dependencies] log = "0.4" thiserror = "1.0"