feat(GUI): Add Download functionality,
update Rust code, update Python code - Add Download functionality to GUI - Update rust code for use with GUI - Add callbacks to rust code - Add python modules for routing and download
This commit is contained in:
parent
a647d26337
commit
ec3972b06c
16 changed files with 775 additions and 1687 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -5,6 +5,11 @@
|
|||
*.tmp
|
||||
*.idx
|
||||
.vscode/**
|
||||
*.pyd
|
||||
build.bat
|
||||
test.bat
|
||||
__pycache__
|
||||
__pycache__
|
||||
DL
|
||||
*.egg-info
|
||||
pip-wheel-metadata
|
||||
rust/target/*
|
Loading…
Add table
Add a link
Reference in a new issue