7: Add missing cargo metadata for the release r=msiglreith a=kvark



Co-authored-by: Dzmitry Malyshau <dmalyshau@mozilla.com>
This commit is contained in:
bors[bot] 2019-01-17 11:20:40 +00:00
commit 5324fa6e1c

View File

@ -2,6 +2,12 @@
name = "d3d12" name = "d3d12"
version = "0.1.0" version = "0.1.0"
authors = ["msiglreith <m.siglreith@gmail.com>"] authors = ["msiglreith <m.siglreith@gmail.com>"]
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] [dependencies]
bitflags = "1" bitflags = "1"