Skip to content

Commit fbd7808

Browse files
committed
Bump SDL again
1 parent f5dffdb commit fbd7808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/fetch_sdl_vc.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ErrorActionPreference = "Stop"
33
$project_root = "$psScriptRoot\.."
44
Write-Output "project_root: $project_root"
55

6-
$sdl2_version = "2.0.14"
6+
$sdl2_version = "2.0.18"
77
$sdl2_zip = "SDL2-devel-$($sdl2_version)-VC.zip"
88

99
$sdl2_url = "https://github.com/libsdl-org/SDL/releases/download/release-$($sdl2_version)/SDL2-devel-$($sdl2_version)-VC.zip"

0 commit comments

Comments
 (0)