diff options
| author | Solstice <solstice@local> | 2026-06-09 00:52:52 -0700 |
|---|---|---|
| committer | Solstice <solstice@local> | 2026-06-09 00:52:52 -0700 |
| commit | 3019f7ffda7d7c82cfd8b31ea7397b0ab528ec65 (patch) | |
| tree | d10073c6223faf003212da50aa4c4c7b7e1d3082 /src-tauri/Cargo.toml | |
| parent | c973d48c41169240e3f53769804696fd0d352a09 (diff) | |
feat: ambient sound engine and volume controls
Diffstat (limited to 'src-tauri/Cargo.toml')
| -rw-r--r-- | src-tauri/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 214a48f..adbd36e 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -25,4 +25,5 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" uuid = { version = "1", features = ["v4"] } chrono = { version = "0.4", features = ["serde"] } +rodio = "0.19" |
