webview: use CEF on windows, QT otherwise

This commit is contained in:
Jakob Pinterits
2024-11-14 19:30:27 +01:00
parent d993bef691
commit 45a9bb4aca

View File

@@ -73,7 +73,9 @@ window = [
"aiofiles~=23.2",
"copykitten~=1.2",
"platformdirs~=3.11",
"pywebview[qt]>=5.3.2",
"pywebview~=5.3.2",
"pywebview[cef] ; sys_platform == 'win32'",
"pywebview[qt] ; sys_platform != 'win32'",
]
[project.urls]