We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5dffdb commit fbd7808Copy full SHA for fbd7808
.github/fetch_sdl_vc.ps1
@@ -3,7 +3,7 @@ $ErrorActionPreference = "Stop"
3
$project_root = "$psScriptRoot\.."
4
Write-Output "project_root: $project_root"
5
6
-$sdl2_version = "2.0.14"
+$sdl2_version = "2.0.18"
7
$sdl2_zip = "SDL2-devel-$($sdl2_version)-VC.zip"
8
9
$sdl2_url = "https://github.com/libsdl-org/SDL/releases/download/release-$($sdl2_version)/SDL2-devel-$($sdl2_version)-VC.zip"
0 commit comments