Publish
This commit is contained in:
parent
473c8b45c2
commit
137fc1cb91
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
||||||
name = "ash"
|
name = "ash"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["maik klein <maikklein@googlemail.com>"]
|
authors = ["maik klein <maikklein@googlemail.com>"]
|
||||||
|
description = "Vulkan bindings for Rust"
|
||||||
|
license = "MIT, APACHE"
|
||||||
|
repository = "https://github.com/MaikKlein/ash"
|
||||||
|
readme = "README.md"
|
||||||
|
keywords = ["vulkan", "graphic"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
shared_library = "0.1.5"
|
shared_library = "0.1.5"
|
||||||
|
|
Loading…
Add table
Reference in a new issue