Skip to content

Commit

Permalink
Refactor player
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-tsurko committed Nov 3, 2024
1 parent bdcae87 commit 0867630
Show file tree
Hide file tree
Showing 6 changed files with 521 additions and 246 deletions.
215 changes: 214 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ log = "0.4"
midi-player = "0.2.1"
quick-xml = "0.31.0"
rfd = "0.14.0"
rodio = { version = "0.19", features = ["symphonia-all"] }
rustpython-pylib = { version = "0.4.0", features = ["freeze-stdlib"] }
rustpython-stdlib = "0.4.0"
rustpython-vm = { version = "0.4.0", features = ["freeze-stdlib"] }
Expand Down
Loading

0 comments on commit 0867630

Please sign in to comment.