From 9703f1fb1971949257bda010f9fc13bcea55d3eb Mon Sep 17 00:00:00 2001 From: chyyran Date: Mon, 6 Feb 2023 02:48:29 -0500 Subject: [PATCH] doc: fix docs.rs --- librashader-reflect/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/librashader-reflect/Cargo.toml b/librashader-reflect/Cargo.toml index e64257e..5dcbcd0 100644 --- a/librashader-reflect/Cargo.toml +++ b/librashader-reflect/Cargo.toml @@ -36,3 +36,6 @@ standalone = ["shaderc/build-from-source"] dxil = ["spirv-to-dxil"] [dev-dependencies] + +[package.metadata.docs.rs] +features = ["spirv-to-dxil/included-bindings"]