A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

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

Use tauri-plugin-localhost fork

+2 -3
+1 -2
src-tauri/Cargo.lock
··· 2762 2762 [[package]] 2763 2763 name = "tauri-plugin-localhost" 2764 2764 version = "0.1.0" 2765 - source = "registry+https://github.com/rust-lang/crates.io-index" 2766 - checksum = "f20786ccff879045f6bafec445fb5c6740c0c057372d2f992ae1281e4658c681" 2765 + source = "git+https://github.com/icidasset/tauri-plugin-localhost?branch=127.0.0.1#e12353ad5343066470b8d1cd5296f7a1974e9909" 2767 2766 dependencies = [ 2768 2767 "serde_json", 2769 2768 "tauri",
+1 -1
src-tauri/Cargo.toml
··· 18 18 serde_json = "^1.0" 19 19 serde = { version = "^1.0", features = ["derive"] } 20 20 tauri = { version = "^1.0.5", features = ["dialog-all", "fs-all", "http-all", "path-all", "shell-open", "shell-open-api", "window-all"] } 21 - tauri-plugin-localhost = { version = "^0.1.0" } 21 + tauri-plugin-localhost = { git = "https://github.com/icidasset/tauri-plugin-localhost", branch = "127.0.0.1" } 22 22 tauri-plugin-window-state = { version = "^0.1.0" } 23 23 window-shadows = { version = "^0.2.0" } 24 24 window-vibrancy = { version = "^0.1.3" }