Meta+WebContent+LibWeb: Add, link and initialize SDL3

This commit is contained in:
Luke Wilde
2025-08-15 14:55:09 +01:00
committed by Andreas Kling
parent 36d5e814ef
commit 50dcd8fc85
Notes: github-actions[bot] 2025-09-01 19:12:03 +00:00
6 changed files with 49 additions and 1 deletions

View File

@@ -25,6 +25,11 @@
"zstd"
]
},
{
"name": "dbus",
"default-features": false,
"platform": "linux"
},
{
"name": "dirent",
"platform": "windows"
@@ -151,6 +156,10 @@
"name": "pthread",
"platform": "windows"
},
{
"name": "sdl3",
"default-features": false
},
"simdutf",
{
"name": "skia",
@@ -201,6 +210,10 @@
"name": "curl",
"version": "8.15.0#1"
},
{
"name": "dbus",
"version": "1.16.2#1"
},
{
"name": "dirent",
"version": "1.25#0"
@@ -269,6 +282,10 @@
"name": "qtmultimedia",
"version": "6.8.3#0"
},
{
"name": "sdl3",
"version": "3.2.20#0"
},
{
"name": "simdutf",
"version": "7.4.0#0"