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
|
diff --git a/vcpkg.json b/vcpkg.json
index 6317530e..ea6ff163 100644
--- a/vcpkg.json
+++ b/vcpkg.json
@@ -160,10 +160,20 @@
},
{
"name": "sdl3",
+ "platform": "linux | freebsd",
+ "default-features": false,
+ "features": [
+ "x11",
+ "wayland"
+ ]
+ },
+ {
+ "name": "sdl3",
+ "platform": "!(linux | freebsd)",
"default-features": false
- },
- "simdutf",
- {
+ },
+ "simdutf",
+ {
"name": "skia",
"platform": "osx",
"features": [
|