Enable all features for the docs

This commit is contained in:
Dzmitry Malyshau
2021-04-01 09:34:07 -04:00
committed by Dzmitry Malyshau
parent 427d8dc1eb
commit 62fe72be2e

View File

@@ -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"