mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-08-24 02:30:28 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9b65384cfd | ||
|
|
59c7f25a38 | ||
|
|
2b544d2e63 | ||
|
|
b939709047 |
Generated
+183
-197
File diff suppressed because it is too large
Load Diff
+5
-5
@@ -59,19 +59,19 @@ rodio = { git = "https://github.com/RustAudio/rodio.git", rev = "c5f1e94290922fe
|
||||
] }
|
||||
pipewire = "0.10.0"
|
||||
|
||||
egui = { version = "0.35.0", default-features = false, features = [
|
||||
egui = { version = "0.36.0", default-features = false, features = [
|
||||
"default_fonts",
|
||||
"rayon",
|
||||
] }
|
||||
eframe = { version = "0.35.0", default-features = false, features = [
|
||||
eframe = { version = "0.36.0", default-features = false, features = [
|
||||
"default_fonts",
|
||||
"glow",
|
||||
"x11",
|
||||
"wayland",
|
||||
] }
|
||||
egui_extras = "0.35.0"
|
||||
egui_material_icons = "0.7.0"
|
||||
egui_dnd = "0.16.0"
|
||||
egui_extras = "0.36.0"
|
||||
egui_material_icons = "0.8.0"
|
||||
egui_dnd = "0.17.0"
|
||||
|
||||
reqwest = { version = "0.13.4", default-features = false, features = ["native-tls"] }
|
||||
percent-encoding = "2.3.2"
|
||||
|
||||
+347
-373
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user