Use popover for controls

This commit is contained in:
Jeremy Soller 2024-10-07 10:38:31 -06:00
parent ce59addefd
commit aae3a8398f
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
3 changed files with 43 additions and 35 deletions

View file

@ -30,7 +30,6 @@ optional = true
git = "https://github.com/pop-os/libcosmic.git"
default-features = false
features = ["tokio", "winit"]
#path = "../libcosmic"
[dependencies.smol_str]
version = "0.2.1"
@ -45,3 +44,8 @@ wgpu = ["libcosmic/wgpu"]
[profile.release-with-debug]
inherits = "release"
debug = true
# [patch.'https://github.com/pop-os/libcosmic']
# libcosmic = { path = "../libcosmic" }
# cosmic-config = { path = "../libcosmic/cosmic-config" }
# cosmic-theme = { path = "../libcosmic/cosmic-theme" }