[READ-ONLY] Mirror of https://github.com/probablykasper/ferrum. Music library app for Mac, Linux and Windows ferrum.kasper.space
electron linux macos music music-library music-player napi windows
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix build error

Kasper (Mar 5, 2026, 1:28 PM +0100) 5dd36bf9 2c3358c2

+1 -3
-1
Cargo.lock
··· 1127 1127 "serde_json", 1128 1128 "simd-json", 1129 1129 "specta", 1130 - "tauri-plugin-dialog", 1131 1130 "time", 1132 1131 "tokio", 1133 1132 "trash",
+1 -2
Cargo.toml
··· 56 56 chrono = "0.4.42" 57 57 simd-json = "0.16.0" 58 58 mimalloc = "0.1.48" 59 - specta = "=2.0.0-rc.22" 60 - tauri-plugin-dialog = "2.6.0" 59 + specta = { version = "=2.0.0-rc.22", features = ["derive"] } 61 60 62 61 [target.'cfg(not(target_os = "android"))'.dependencies] 63 62 trash = "5.1"