From 62fe72be2e788e00aa607010e471c64b02888893 Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Thu, 1 Apr 2021 09:34:07 -0400 Subject: [PATCH] Enable all features for the docs --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2607cf33e0..7f3ef3efdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,9 +6,12 @@ edition = "2018" description = "Shader translation infrastructure" homepage = "https://github.com/gfx-rs/naga" repository = "https://github.com/gfx-rs/naga" -keywords = ["shader", "SPIR-V"] +keywords = ["shader", "SPIR-V", "GLSL", "MSL"] license = "MIT OR Apache-2.0" +[package.metadata.docs.rs] +all-features = true + [dependencies] bitflags = "1" bit-set = "0.5"