mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-09-20 14:13:32 +00:00
update rodio
This commit is contained in:
Generated
+1
-1
@@ -3554,7 +3554,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "rodio"
|
name = "rodio"
|
||||||
version = "0.22.2"
|
version = "0.22.2"
|
||||||
source = "git+https://github.com/RustAudio/rodio.git?rev=880aaba54b00aead53651ed1ccbdb672d1375a95#880aaba54b00aead53651ed1ccbdb672d1375a95"
|
source = "git+https://github.com/RustAudio/rodio.git?rev=685e05765c2aff8fbb51e32cda5b18428d09ffbe#685e05765c2aff8fbb51e32cda5b18428d09ffbe"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cpal",
|
"cpal",
|
||||||
"dasp_sample",
|
"dasp_sample",
|
||||||
|
|||||||
+1
-1
@@ -52,7 +52,7 @@ rustix = { version = "1.1.4", features = ["process"] }
|
|||||||
rust-i18n = "4.0.0"
|
rust-i18n = "4.0.0"
|
||||||
sys-locale = "0.3.2"
|
sys-locale = "0.3.2"
|
||||||
|
|
||||||
rodio = { git = "https://github.com/RustAudio/rodio.git", rev = "880aaba54b00aead53651ed1ccbdb672d1375a95", default-features = false, features = [
|
rodio = { git = "https://github.com/RustAudio/rodio.git", rev = "685e05765c2aff8fbb51e32cda5b18428d09ffbe", default-features = false, features = [
|
||||||
"symphonia-all",
|
"symphonia-all",
|
||||||
"symphonia-libopus",
|
"symphonia-libopus",
|
||||||
"playback",
|
"playback",
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/rustaudio/rodio",
|
"url": "https://github.com/rustaudio/rodio",
|
||||||
"commit": "880aaba54b00aead53651ed1ccbdb672d1375a95",
|
"commit": "685e05765c2aff8fbb51e32cda5b18428d09ffbe",
|
||||||
"dest": "flatpak-cargo/git/rodio-880aaba"
|
"dest": "flatpak-cargo/git/rodio-685e057"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "archive",
|
"type": "archive",
|
||||||
@@ -4428,7 +4428,7 @@
|
|||||||
{
|
{
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"commands": [
|
"commands": [
|
||||||
"cp -r --reflink=auto \"flatpak-cargo/git/rodio-880aaba/.\" \"cargo/vendor/rodio\""
|
"cp -r --reflink=auto \"flatpak-cargo/git/rodio-685e057/.\" \"cargo/vendor/rodio\""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -7292,7 +7292,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "inline",
|
"type": "inline",
|
||||||
"contents": "[source.vendored-sources]\ndirectory = \"cargo/vendor\"\n\n[source.crates-io]\nreplace-with = \"vendored-sources\"\n\n[source.\"https://github.com/rustaudio/rodio\"]\ngit = \"https://github.com/rustaudio/rodio\"\nreplace-with = \"vendored-sources\"\nrev = \"880aaba54b00aead53651ed1ccbdb672d1375a95\"\n",
|
"contents": "[source.vendored-sources]\ndirectory = \"cargo/vendor\"\n\n[source.crates-io]\nreplace-with = \"vendored-sources\"\n\n[source.\"https://github.com/rustaudio/rodio\"]\ngit = \"https://github.com/rustaudio/rodio\"\nreplace-with = \"vendored-sources\"\nrev = \"685e05765c2aff8fbb51e32cda5b18428d09ffbe\"\n",
|
||||||
"dest": "cargo",
|
"dest": "cargo",
|
||||||
"dest-filename": "config"
|
"dest-filename": "config"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user