Fixes for resizing

This commit is contained in:
Jeremy Soller 2023-10-11 19:32:04 -06:00
parent 2425c7eb49
commit c393cca602
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
4 changed files with 348 additions and 706 deletions

View file

@ -19,7 +19,9 @@ features = ["syntect"]
git = "https://github.com/pop-os/libcosmic"
branch = "theme-dark-light-switching"
default-features = false
features = ["winit"]
features = ["wayland"]
#TODO: winit does not support size limits, resizing
#features = ["winit"]
#path = "../libcosmic"
[dependencies.rfd]