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:
csd4ni3l
2026-01-23 18:18:38 +01:00
parent 4fff1d4709
commit b539327672
4 changed files with 188 additions and 49 deletions

View File

@@ -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"]