Improve REAMDE with feature table, add youtube downloader support with yt-dlp running in a thread, add yt-dlp auto-downnload and ffmpeg auto-download for windows/warn for linux, add back button for youtube downloader

This commit is contained in:
csd4ni3l
2026-02-17 18:01:33 +01:00
parent e7fbf8f4d8
commit dcf121c045
6 changed files with 917 additions and 44 deletions

View File

@@ -6,6 +6,7 @@ edition = "2024"
[dependencies]
bevy_egui = "0.38.1"
rand = "0.9.2"
reqwest = { version = "0.13.2", features = ["blocking"] }
rfd = "0.16.0"
ringbuf = "0.4.8"
rodio = { version = "0.21.1", features = ["mp3", "wav", "flac", "vorbis"] }