feat(displays): pan left and right when dragging displays to edge
This commit is contained in:
parent
48fedb6e75
commit
e8106a975e
3 changed files with 66 additions and 14 deletions
14
Cargo.toml
14
Cargo.toml
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue