diff --git a/misc/requirements-flatpak.in b/misc/requirements-flatpak.in index 454a4f820..1d12d96f5 100644 --- a/misc/requirements-flatpak.in +++ b/misc/requirements-flatpak.in @@ -3,7 +3,7 @@ installer setuptools-scm requests < 3.0 QtAwesome -legendary-gl @ git+https://github.com/RareDevs/legendary@3f5a7b31c2f61fe6a63248cf7972c678c4684068 +legendary-gl @ git+https://github.com/RareDevs/legendary@9d32abcdd873b9193b403dc98f3f272cfcc8e897 orjson vdf @ git+https://github.com/solsticegamestudios/vdf@f47c683c1330f0fcddec034fd49c26e41acd63f2 pypresence diff --git a/misc/requirements.in b/misc/requirements.in index 740f92a44..fdf95df7b 100644 --- a/misc/requirements.in +++ b/misc/requirements.in @@ -4,7 +4,7 @@ setuptools-scm requests < 3.0 PySide6-Essentials >= 6.8.1 QtAwesome -legendary-gl @ https://github.com/RareDevs/legendary/archive/2e421b4207fd24c216bfde05e91a44e4dc9e8ee9.zip +legendary-gl @ https://github.com/RareDevs/legendary/archive/9d32abcdd873b9193b403dc98f3f272cfcc8e897.zip orjson vdf @ https://github.com/solsticegamestudios/vdf/archive/f47c683c1330f0fcddec034fd49c26e41acd63f2.zip pywin32 ; platform_system == "Windows" diff --git a/pyproject.toml b/pyproject.toml index 8c9599d8a..73a556aea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "requests < 3.0", "PySide6-Essentials >= 6.8.1", "QtAwesome", - "legendary-gl @ git+https://github.com/RareDevs/legendary@2e421b4207fd24c216bfde05e91a44e4dc9e8ee9", + "legendary-gl @ git+https://github.com/RareDevs/legendary@9d32abcdd873b9193b403dc98f3f272cfcc8e897", "orjson", "vdf @ git+https://github.com/solsticegamestudios/vdf@f47c683c1330f0fcddec034fd49c26e41acd63f2", "pywin32 ; platform_system == 'Windows'",