mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
Add missing cargo metadata for the release
This commit is contained in:
parent
ee0115462e
commit
3e15f7c86e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user