ash-molten 0.20.0+1.2.11

Statically linked MoltenVK for Vulkan on Mac using Ash
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[bans]
multiple-versions = "deny"
deny = []
skip = []

[licenses]
unlicensed = "deny"
# We want really high confidence when inferring licenses from text
confidence-threshold = 0.92
allow = [
    "Apache-2.0",
    "BSD-2-Clause",
    "BSD-3-Clause",
    "ISC",
    "MIT",
    "MPL-2.0",
    "Unicode-DFS-2016",
]