feat(displays): pan left and right when dragging displays to edge

This commit is contained in:
Michael Aaron Murphy 2024-07-18 11:43:31 +02:00 committed by Michael Murphy
parent 48fedb6e75
commit e8106a975e
3 changed files with 66 additions and 14 deletions

View file

@ -12,7 +12,15 @@ tokio = { version = "1.37.0", features = ["macros"] }
[workspace.dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic"
features = ["dbus-config", "single-instance", "multi-window", "tokio", "wayland", "wgpu", "xdg-portal"]
features = [
"dbus-config",
"single-instance",
"multi-window",
"tokio",
"wayland",
"wgpu",
"xdg-portal",
]
[workspace.dependencies.cosmic-config]
git = "https://github.com/pop-os/libcosmic"
@ -35,10 +43,6 @@ git = "https://github.com/smithay/client-toolkit/"
package = "smithay-client-toolkit"
rev = "3bed072"
[profile.dev]
opt-level = 2
lto = false
[profile.release]
opt-level = 3
lto = "thin"