blob: 914f2176b62d940b395b6e12042bd01e7350a334 [file] [log] [blame]
Jason Macnakbe603432021-08-30 13:58:30 -07001[package]
2name = "ash"
Joel Galensona9957992021-09-30 13:50:05 -07003version = "0.33.3+1.2.191"
Jason Macnakbe603432021-08-30 13:58:30 -07004authors = ["maik klein <maikklein@googlemail.com>"]
5description = "Vulkan bindings for Rust"
6license = "MIT"
7repository = "https://github.com/MaikKlein/ash"
8readme = "../README.md"
9keywords = ["vulkan", "graphic"]
10documentation = "https://docs.rs/ash"
11edition = "2018"
12
13[dependencies]
14libloading = { version = "0.7", optional = true }
15
16[features]
17default = ["libloading"]
18
19[package.metadata.release]
20no-dev-version = true