diff --git a/pyproject.toml b/pyproject.toml index a84874f1..96f09ecc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.27" +legendary-gl = "^0.20.28" typing-extensions = "^4.3.0"