diff --git a/Cargo.toml b/Cargo.toml index 393b6cb19..f1365b312 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,12 @@ name = "d3d12" version = "0.1.0" authors = ["msiglreith "] +description = "Low level D3D12 API wrapper" +repository = "https://github.com/gfx-rs/d3d12-rs" +keywords = ["windows", "graphics"] +license = "MIT OR Apache-2.0" +documentation = "https://docs.rs/d3d12" +categories = ["memory-management"] [dependencies] bitflags = "1"