mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-10-28 22:12:26 -05:00
Add support for the 'decky_plugin' module exposed by decky-loader (#16)
* Add support for the 'decky_plugin' module exposed by decky-loader * Make versioned 'decky_plugin.pyi' stub interface and 'py_modules' support available * Add rule to ignore 'decky_plugin.py'
This commit is contained in:
parent
b05ecd55e7
commit
39f7aadf70
4 changed files with 205 additions and 10 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -44,3 +44,6 @@ yalc.lock
|
|||
# Ignore output folder
|
||||
|
||||
backend/out
|
||||
|
||||
# Make sure to ignore any instance of the loader's decky_plugin.py
|
||||
decky_plugin.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue