mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-08-24 02:30:28 +00:00
chore(deps): bump the egui-stack group with 5 updates (#184)
* chore(deps): bump the egui-stack group with 5 updates Bumps the egui-stack group with 5 updates: | Package | From | To | | --- | --- | --- | | [egui](https://github.com/emilk/egui) | `0.35.0` | `0.36.0` | | [eframe](https://github.com/emilk/egui) | `0.35.0` | `0.36.0` | | [egui_extras](https://github.com/emilk/egui) | `0.35.0` | `0.36.0` | | [egui_material_icons](https://github.com/lucasmerlin/hello_egui) | `0.7.0` | `0.8.0` | | [egui_dnd](https://github.com/lucasmerlin/hello_egui) | `0.16.0` | `0.17.0` | Updates `egui` from 0.35.0 to 0.36.0 - [Release notes](https://github.com/emilk/egui/releases) - [Changelog](https://github.com/emilk/egui/blob/main/CHANGELOG.md) - [Commits](https://github.com/emilk/egui/compare/0.35.0...0.36.0) Updates `eframe` from 0.35.0 to 0.36.0 - [Release notes](https://github.com/emilk/egui/releases) - [Changelog](https://github.com/emilk/egui/blob/main/CHANGELOG.md) - [Commits](https://github.com/emilk/egui/compare/0.35.0...0.36.0) Updates `egui_extras` from 0.35.0 to 0.36.0 - [Release notes](https://github.com/emilk/egui/releases) - [Changelog](https://github.com/emilk/egui/blob/main/CHANGELOG.md) - [Commits](https://github.com/emilk/egui/compare/0.35.0...0.36.0) Updates `egui_material_icons` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/lucasmerlin/hello_egui/releases) - [Changelog](https://github.com/lucasmerlin/hello_egui/blob/main/CHANGELOG.md) - [Commits](https://github.com/lucasmerlin/hello_egui/compare/egui_material_icons-v0.7.0...egui_material_icons-v0.8.0) Updates `egui_dnd` from 0.16.0 to 0.17.0 - [Release notes](https://github.com/lucasmerlin/hello_egui/releases) - [Changelog](https://github.com/lucasmerlin/hello_egui/blob/main/CHANGELOG.md) - [Commits](https://github.com/lucasmerlin/hello_egui/compare/egui_dnd-v0.16.0...egui_dnd-v0.17.0) --- updated-dependencies: - dependency-name: egui dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: egui-stack - dependency-name: eframe dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: egui-stack - dependency-name: egui_extras dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: egui-stack - dependency-name: egui_material_icons dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: egui-stack - dependency-name: egui_dnd dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: egui-stack ... Signed-off-by: dependabot[bot] <support@github.com> * chore(flatpak): automatically update cargo-sources.json --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
b939709047
commit
2b544d2e63
+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"
|
||||
|
||||
Reference in New Issue
Block a user