Make an executable #13

Merged
Shikiryu merged 2 commits from testing/exe into main 2023-05-23 10:30:08 +02:00
2 changed files with 7 additions and 4 deletions
Showing only changes of commit 32bf2986c6 - Show all commits

6
.gitignore vendored
View File

@ -1,4 +1,8 @@
demo.py demo.py
first.py first.py
theme.py theme.py
/.idea /.idea
/dist/
!/dist/drawingtraining
/*.spec
/build/

View File

@ -1,3 +1,2 @@
dearpygui pillow
pathlib pyinstaller
pillow