Update smithay, egui, and smithay-egui
This commit is contained in:
parent
48a165d182
commit
614d99fc05
5 changed files with 34 additions and 32 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -22,8 +22,8 @@ cosmic-protocols = {git = "https://github.com/pop-os/cosmic-protocols", rev = "e
|
|||
cosmic-settings-config = { git = "https://github.com/pop-os/cosmic-settings-daemon" }
|
||||
cosmic-text = { git = "https://github.com/pop-os/cosmic-text.git", features = ["shape-run-cache"] }
|
||||
libdisplay-info = "0.2.0"
|
||||
egui = {version = "0.30.0", optional = true}
|
||||
egui_plot = {version = "0.30.0", optional = true}
|
||||
egui = {version = "0.31.0", optional = true}
|
||||
egui_plot = {version = "0.31.0", optional = true}
|
||||
i18n-embed = {version = "0.15", features = ["fluent-system", "desktop-requester"]}
|
||||
i18n-embed-fl = "0.9"
|
||||
iced_tiny_skia = {git = "https://github.com/pop-os/libcosmic/"}
|
||||
|
|
@ -72,7 +72,7 @@ branch = "feature/copy_clone"
|
|||
git = "https://github.com/Drakulix/id-tree.git"
|
||||
|
||||
[dependencies.smithay]
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
default-features = false
|
||||
features = [
|
||||
"backend_drm",
|
||||
|
|
@ -93,7 +93,7 @@ features = [
|
|||
]
|
||||
|
||||
[dependencies.smithay-egui]
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
features = ["svg"]
|
||||
optional = true
|
||||
|
||||
|
|
@ -124,4 +124,4 @@ cosmic-protocols = { git = "https://github.com/pop-os//cosmic-protocols", branch
|
|||
cosmic-client-toolkit = { git = "https://github.com/pop-os//cosmic-protocols", branch = "main" }
|
||||
|
||||
[patch.crates-io]
|
||||
smithay = { git = "https://github.com/smithay/smithay.git", rev = "776ba42" }
|
||||
# smithay = { git = "https://github.com/smithay/smithay.git", branch = "a166cf4" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue