add pixelorama
This commit is contained in:
parent
c402593a34
commit
897f9cd569
2 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
||||||
just
|
just
|
||||||
lua-language-server
|
lua-language-server
|
||||||
nushell
|
nushell
|
||||||
|
pixelorama
|
||||||
playdate-sdk-pkg
|
playdate-sdk-pkg
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
4
justfile
4
justfile
|
@ -12,3 +12,7 @@ simu: build
|
||||||
|
|
||||||
setup:
|
setup:
|
||||||
tools/download-sdk.nu {{ playdate_sdk_version }}
|
tools/download-sdk.nu {{ playdate_sdk_version }}
|
||||||
|
|
||||||
|
alias pxl := pixelorama
|
||||||
|
pixelorama:
|
||||||
|
pixelorama
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue