mirror of
https://github.com/rio-labs/rio.git
synced 2026-02-09 07:09:00 -06:00
webview: use CEF on windows, QT otherwise
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user