Use iced_softbuffer in cosmic example

This commit is contained in:
Jeremy Soller 2022-12-19 15:42:10 -07:00 committed by Michael Murphy
parent 07f07109b7
commit 9607d213a1
2 changed files with 6 additions and 2 deletions

View file

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