Skip to content

Commit

Permalink
sdl2 option needs pi3d v 2.52 for edge case FULLSCREEN_DESKTOP
Browse files Browse the repository at this point in the history
  • Loading branch information
paddywwoof committed Oct 13, 2024
1 parent 0e2c8eb commit d7103ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dynamic = ["version"]
dependencies = [
"Pillow>=10.2.0",
"defusedxml",
"pi3d>=2.51",
"pi3d>=2.52",
"PyYAML",
"paho-mqtt",
"IPTCInfo3",
Expand Down Expand Up @@ -76,4 +76,4 @@ style = "pep440"
versionfile_source = "src/picframe/_version.py"
versionfile_build = "picframe/_version.py"
tag_prefix = ""
parentdir_prefix = "picframe-"
parentdir_prefix = "picframe-"

0 comments on commit d7103ce

Please sign in to comment.