Added info, warn, and error toasts

This commit is contained in:
2024-11-20 02:29:54 +02:00
parent fda77f6981
commit a5090e7251
15 changed files with 659 additions and 8 deletions

10
xmpd-player/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "xmpd-player"
edition = "2021"
version.workspace = true
repository.workspace = true
license.workspace = true
authors.workspace = true
[dependencies]
rodio = { version = "0.20.1", features = ["symphonia-all"] }

0
xmpd-player/src/lib.rs Normal file
View File