1
0
Fork 0
mirror of synced 2024-05-18 11:32:50 +12:00

Update to legendary 0.20.32

This commit is contained in:
lennard 2023-01-05 22:07:05 +01:00
parent 5a4a41b06c
commit 3ef6d120e3
No known key found for this signature in database
GPG key ID: AB6010FE63C7C2B1
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ pywebview = [
{ version = "^3.6.3", extras = ["cef"], platform = "windows", optional = true },
{ version = "^3.6.3", extras = ["gtk"], platform = "linux", optional = true },
]
legendary-gl = "^0.20.31"
legendary-gl = "^0.20.32"
typing-extensions = "^4.3.0"
[tool.poetry.scripts]

View file

@ -3,5 +3,5 @@ requests
PyQt5
QtAwesome
setuptools
legendary-gl==0.20.31
legendary-gl==0.20.32
pywin32; platform_system == "Windows"