mirror of
https://github.com/csd4ni3l/soundboard.git
synced 2026-03-10 17:19:24 +01:00
Improve README, make bevy wayland & x11 a linux-only dependency, add rust building, fix dead code warnings, try adding normal playing with virtual (didnt work, comments), fix pulse not working sometimes by adding a manual playback move to the virtual mic, make windows, linux and other virtual mic code per-system
This commit is contained in:
@@ -14,7 +14,9 @@ serde_json = "1.0.146"
|
||||
[dependencies.bevy]
|
||||
version = "0.17.3"
|
||||
features = [
|
||||
"wayland",
|
||||
"x11",
|
||||
"bevy_winit",
|
||||
]
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies.bevy]
|
||||
version = "0.17.3"
|
||||
features = ["wayland", "x11", "bevy_winit"]
|
||||
Reference in New Issue
Block a user