21 lines
466 B
TOML
21 lines
466 B
TOML
[package]
|
|
name = "ash"
|
|
version = "0.31.0"
|
|
authors = ["maik klein <maikklein@googlemail.com>"]
|
|
description = "Vulkan bindings for Rust"
|
|
license = "MIT"
|
|
repository = "https://github.com/MaikKlein/ash"
|
|
readme = "../README.md"
|
|
keywords = ["vulkan", "graphic"]
|
|
documentation = "https://docs.rs/ash"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
libloading = { version = "0.6.1", optional = true }
|
|
|
|
[features]
|
|
default = ["libloading"]
|
|
|
|
[package.metadata.release]
|
|
no-dev-version = true
|