mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-06-19 12:13:32 +00:00
chore: remove criterion bench dependency from gui app
This removes the `bench.rs` and `criterion` dependencies, which failed to compile in offline flatpak builds. CI build is now fixed. Co-authored-by: arabianq <55220741+arabianq@users.noreply.github.com>
This commit is contained in:
@@ -34,9 +34,6 @@ sys-locale.workspace = true
|
||||
reqwest.workspace = true
|
||||
percent-encoding.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.8.2"
|
||||
|
||||
[package.metadata.deb]
|
||||
assets = [
|
||||
[
|
||||
@@ -70,7 +67,3 @@ assets = [
|
||||
"644",
|
||||
],
|
||||
]
|
||||
|
||||
[[bench]]
|
||||
name = "bench"
|
||||
harness = false
|
||||
|
||||
Reference in New Issue
Block a user