-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
46 lines (40 loc) · 1.71 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# "asi_vulkan" crate - Licensed under the MIT LICENSE
# * Copyright (c) 2017-2018 Jeron A. Lau <jeron.lau@plopgrizzly.com>
# _ _
# /@\——————/@\
# .——— . | o o | .———— . .
# | | | .——— .——— .——. [] .——. | .—— ———: ———: | . .
# | | | | | | | \ \ <##> / / | | | / / | | |
# |——— | | | | | | ¯ ¯ | | -- | | / / | \ /
# | | | | |——— | | | | | | / / | |
# | | ——— | | | ———— | | :——— :——— | |
# | \ / __/
# ¯————————————¯
[package]
name = "asi_vulkan"
version = "0.7.0"
authors = [
"Jeron A. Lau <jeron.lau@plopgrizzly.com>"
]
license = "MIT"
documentation = "https://docs.rs/asi_vulkan"
homepage = "http://plopgrizzly.com/asi_vulkan"
repository = "https://github.com/plopgrizzly/asi_vulkan"
readme = "readme.md"
description = """
Aldaron's System Interface / Vulkan is a library developed by Plop Grizzly
for interfacing with the Vulkan library.
"""
keywords = ["vulkan"]
categories = ["rendering::graphics-api", "hardware-support",
"api-bindings", "rendering", "external-ffi-bindings"]
exclude = [
"examples/*", "code_of_conduct.md", "contributing.md", ".gitignore",
"_config.yml", "issue_template.md"
]
[dependencies]
ami = "0.8"
dl_api = "0.1"
[features]
default = [] # ["checks"] # Un-comment for validation layers.
checks = []