Skip to content

Commit a6bc6d7

Browse files
committed
fix: encore slow to close, if mpris is enabled on linux
1 parent e83e89b commit a6bc6d7

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
path = encore-rodio
33
url = https://github.com/williamanimate/rodio-iwantthetotalduration
44
branch = upstream_stable
5+
[submodule "encore-souvlaki"]
6+
path = encore-souvlaki
7+
url = https://github.com/WilliamAnimate/encore-souvlaki.git

Cargo.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ serde = { version = "1.0.210", optional = true, features = ["serde_derive"] }
1919
# or you can trade binary size for memory leaks by using `minimp3` instead.
2020
rodio = { path = "./encore-rodio", default-features = false, features = ["mp3", "flac", "vorbis", "wav"] }
2121
dhat = { version = "0.3.3", optional = true }
22-
souvlaki = { version = "0.8.0", optional = true }
22+
souvlaki = { path = "./encore-souvlaki", optional = true }
2323

2424
[profile.dev]
2525
incremental = true

encore-souvlaki

Submodule encore-souvlaki added at a24f629

0 commit comments

Comments
 (0)