Implement legacy & modern plugin method calls over WS

This version builds fine and runs all of the 14 plugins I have installed perfectly, so we're really close to having this done.
This commit is contained in:
AAGaming
2023-12-30 00:46:59 -05:00
parent 6042ca56b8
commit 6522ebf0ca
17 changed files with 240 additions and 144 deletions
+1 -2
View File
@@ -6,8 +6,7 @@ license = "GPLv2"
authors = []
packages = [
{include = "decky_loader"},
{include = "decky_plugin.py"},
{include = "decky_plugin.pyi"},
{include = "decky_loader/main.py"}
]
include = ["decky_loader/static/*"]