From 3e15f7c86ece6a4915fe34247b4b6f2dac7a2441 Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Wed, 26 Dec 2018 21:24:41 -0500 Subject: [PATCH] Add missing cargo metadata for the release --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) 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"