Update to new iced, use swbuf instead of softbuffer

This commit is contained in:
Jeremy Soller 2022-12-20 09:08:16 -07:00
parent 1a0f6aeb9c
commit 5359ceb0f8
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
3 changed files with 6 additions and 6 deletions

View file

@ -6,4 +6,4 @@ edition = "2021"
publish = false
[dependencies]
libcosmic = { path = "../..", default-features = false, features = ["debug", "softbuffer", "winit"] }
libcosmic = { path = "../..", default-features = false, features = ["debug", "swbuf", "winit"] }