mirror of
https://github.com/italicsjenga/ash-molten.git
synced 2024-12-23 21:31:30 +11:00
Add Cargo.toml description & categories
This commit is contained in:
parent
b19fc845cd
commit
2b40f4fb4f
|
@ -1,11 +1,13 @@
|
|||
[package]
|
||||
name = "ash-molten"
|
||||
description = "Statically linked MoltenVK for Vulkan on Mac using Ash"
|
||||
version = "0.1.0"
|
||||
authors = ["maik <maik.klein@embark-studios.com>"]
|
||||
authors = ["Embark <opensource@embark-studios.com>", "maik <maik.klein@embark-studios.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT/Apache-2.0"
|
||||
readme = "README.md"
|
||||
keywords = ["vulkan", "metal"]
|
||||
categories = ["api-bindings", "rendering", "os::macos-apis"]
|
||||
repository = "https://github.com/EmbarkStudios/ash-molten"
|
||||
homepage = "https://github.com/EmbarkStudios/ash-molten"
|
||||
documentation = "https://docs.rs/ash-molten"
|
||||
|
|
Loading…
Reference in a new issue