vulkaninfo 1.1.70 works
[kazan.git] / Cargo.toml
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 # Copyright 2018 Jacob Lifshay
3 [workspace]
4 members = [
5 "vulkan-driver",
6 ]
7
8 [profile.dev]
9 panic = "unwind"
10
11 [profile.release]
12 panic = "abort"
13
14 [profile.bench]
15 panic = "abort"