ash-molten/Cargo.toml
Henrik Rydgård ba8b733bc3
Update MoltenVK to 1.1.10 (#68)
* Update MoltenVK to 1.1.10

No ash upgrade in this one, so only need a minor version bump.

* clippy

* README.md update

* Decided to bump to 0.13.0 since the MoltenVK version bump is large.
2022-06-08 09:03:28 +00:00

33 lines
1 KiB
TOML

[package]
name = "ash-molten"
description = "Statically linked MoltenVK for Vulkan on Mac using Ash"
version = "0.13.0+1.1.10"
authors = ["Embark <opensource@embark-studios.com>", "Maik Klein <maik.klein@embark-studios.com>"]
edition = "2018"
license = "MIT OR 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"
build = "build/build.rs"
[dependencies]
ash = { version = "0.35", default-features = false }
[build-dependencies]
anyhow = "1.0"
serde = { version = "1.0", features = ["derive"] }
plist = { version = "1.0" }
[features]
# Build features
# Without build feature enabled MoltenVK will be build from source
external = [] # Supply own MoltenVK lib
pre-built = [] # Download pre-built MoltenVK from github release
[package.metadata.docs.rs]
default-target = "x86_64-apple-darwin"