Deprecate x11 window capture since wayland is standard almost everywhere now and I have no way to test it

This commit is contained in:
AuroraWright
2025-04-10 01:22:02 +02:00
parent 8dac199a8f
commit 5e4168ef2b
4 changed files with 48 additions and 106 deletions

View File

@@ -30,7 +30,6 @@ dependencies = [
"langid",
"psutil",
"requests",
"pywinctl;platform_system=='Linux'",
"pywin32;platform_system=='Windows'",
"pyobjc;platform_system=='Darwin'"
]