mirror of
https://github.com/csd4ni3l/soundboard.git
synced 2026-03-10 17:19:24 +01:00
Improve README, add untested Windows mic to virtual mic support, remove global pause and add per-sound pause & stop. Add youtube downloader UI and per-view rendering which doesnt do anything yet
This commit is contained in:
@@ -7,6 +7,7 @@ edition = "2024"
|
||||
bevy_egui = "0.38.1"
|
||||
rand = "0.9.2"
|
||||
rfd = "0.16.0"
|
||||
ringbuf = "0.4.8"
|
||||
rodio = { version = "0.21.1", features = ["mp3", "wav", "flac", "vorbis"] }
|
||||
serde = "1.0.228"
|
||||
serde_json = "1.0.146"
|
||||
@@ -49,4 +50,4 @@ features = [
|
||||
"bevy_picking",
|
||||
"wayland",
|
||||
"x11"
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user