Add missing cargo metadata for the release

This commit is contained in:
Dzmitry Malyshau 2018-12-26 21:24:41 -05:00
parent ee0115462e
commit 3e15f7c86e

View File

@ -2,6 +2,12 @@
name = "d3d12"
version = "0.1.0"
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]
bitflags = "1"