diff --git a/crates/spirv-std-macros/Cargo.toml b/crates/spirv-std-macros/Cargo.toml index 2a25732dfc..93eda857e8 100644 --- a/crates/spirv-std-macros/Cargo.toml +++ b/crates/spirv-std-macros/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Embark "] edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/EmbarkStudios/rust-gpu" +description = "Macros for spirv-std" [lib] proc-macro = true