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"