Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump kivy-deps-sdl2 from 0.4.5 to 0.6.0 #441

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"kivy == 2.1.0", # Mar 6, 2022
"psutil == 5.9.4", # Nov 7, 2022
"Pygments == 2.14.0", # Jan 1, 2023
"kivy_deps.sdl2 == 0.4.5; platform_system=='Windows'", # Feb 15, 2022. 0.5.0 (Sept 2002) and 0.5.1 (Oct 2022) cause audio playback issues
"kivy_deps.sdl2 == 0.6.0; platform_system=='Windows'", # Feb 15, 2022. 0.5.0 (Sept 2002) and 0.5.1 (Oct 2022) cause audio playback issues
"kivy_deps.glew == 0.3.1; platform_system=='Windows'", # Feb 15, 2022
"kivy_deps.gstreamer == 0.3.3; platform_system=='Windows'", # Jan 11, 2022
"ffpyplayer == 4.3.5" # Mar 29, 2022
Expand Down