Skip to content

Commit

Permalink
Bump SDL2 deps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed Oct 3, 2024
1 parent 1ad0f33 commit bc01558
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions win/sdl2.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from os import walk
from .common import *

__version__ = '0.7.0'
__version__ = '0.8.0'

sdl2_ver = '2.28.5'
sdl2_mixer_ver = '2.6.3'
sdl2_ttf_ver = '2.20.2'
sdl2_image_ver = '2.8.0'
sdl2_ver = '2.30.7'
sdl2_mixer_ver = '2.8.0'
sdl2_ttf_ver = '2.22.0'
sdl2_image_ver = '2.8.2'


def get_sdl2(cache, build_path, arch, package, output, download_only=False):
Expand Down

0 comments on commit bc01558

Please sign in to comment.