|
5 | 5 | "homepage": "https://www.libsdl.org/download-2.0.php",
|
6 | 6 | "license": "Zlib",
|
7 | 7 | "dependencies": [
|
8 |
| - { |
9 |
| - "name": "vcpkg-cmake", |
10 |
| - "host": true |
11 |
| - }, |
12 |
| - { |
13 |
| - "name": "vcpkg-cmake-config", |
14 |
| - "host": true |
15 |
| - } |
| 8 | + { "name": "vcpkg-cmake", "host": true }, |
| 9 | + { "name": "vcpkg-cmake-config", "host": true } |
16 | 10 | ],
|
17 | 11 | "default-features": [
|
18 | 12 | "base"
|
19 | 13 | ],
|
20 | 14 | "features": {
|
21 | 15 | "base": {
|
22 | 16 | "description": "Base functionality for SDL",
|
23 |
| - "dependencies": [ |
24 |
| - { |
25 |
| - "name": "sdl2", |
26 |
| - "default-features": false, |
27 |
| - "features": [ |
28 |
| - "ibus", |
29 |
| - "wayland", |
30 |
| - "x11" |
31 |
| - ], |
32 |
| - "platform": "linux" |
33 |
| - } |
34 |
| - ] |
35 |
| - }, |
36 |
| - "ibus": { |
37 |
| - "description": "Build with ibus IME support", |
38 |
| - "supports": "linux" |
39 |
| - }, |
40 |
| - "samplerate": { |
41 |
| - "description": "Use libsamplerate for audio rate conversion", |
42 |
| - "dependencies": [ |
43 |
| - "libsamplerate" |
44 |
| - ] |
45 |
| - }, |
46 |
| - "vulkan": { |
47 |
| - "description": "Vulkan functionality for SDL" |
48 |
| - }, |
49 |
| - "wayland": { |
50 |
| - "description": "Build with Wayland support", |
51 |
| - "supports": "linux" |
| 17 | + "dependencies": [ { "name": "sdl2", "default-features": false, "features": [ "ibus", "wayland", "x11" ], "platform": "linux" } ] |
52 | 18 | },
|
53 |
| - "x11": { |
54 |
| - "description": "Build with X11 support", |
55 |
| - "supports": "!windows" |
56 |
| - } |
| 19 | + "ibus": { "description": "Build with ibus IME support", "supports": "linux" }, |
| 20 | + "samplerate": { "description": "Use libsamplerate for audio rate conversion", "dependencies": [ "libsamplerate" ] }, |
| 21 | + "vulkan": { "description": "Vulkan functionality for SDL" }, |
| 22 | + "wayland": { "description": "Build with Wayland support", "supports": "linux" }, |
| 23 | + "x11": { "description": "Build with X11 support", "supports": "!windows" } |
57 | 24 | }
|
58 | 25 | }
|
0 commit comments