Skip to content

Commit

Permalink
Bump SDL2 deps versions for Windows kivy.deps artifacts [publish sd…
Browse files Browse the repository at this point in the history
…l2 win] (#123)
  • Loading branch information
misl6 authored Oct 5, 2024
1 parent 1ad0f33 commit 1326451
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 1326451

Please sign in to comment.