aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: 5d03f9128a232782f86e5b30b6f533984a653997 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "ash"
version = "0.33.2+1.2.186"
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.7", optional = true }

[features]
default = ["libloading"]

[package.metadata.release]
no-dev-version = true