blob: 5ffdafb5b7906e63d494fcaec14f4cece79df3b1 (
plain)
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
|
{
"name": "qlementine-icons",
"version": "1.9.0",
"description": "Modern icon set for desktop Qt applications.",
"homepage": "https://github.com/oclero/qlementine-icons/",
"documentation": "https://oclero.github.io/qlementine-icons/",
"license": "MIT",
"dependencies": [
{
"name": "qtbase",
"default-features": false,
"features": [
"gui"
]
},
"qtsvg",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
|