wip: popup helpers
This commit is contained in:
parent
c48fca40fe
commit
33779b8652
7 changed files with 321 additions and 3 deletions
|
|
@ -356,4 +356,8 @@ impl Application for Window {
|
|||
fn theme(&self) -> Theme {
|
||||
self.theme
|
||||
}
|
||||
|
||||
fn subscription(&self) -> iced_sctk::Subscription<Self::Message> {
|
||||
Subscription::none()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ edition = "2021"
|
|||
publish = false
|
||||
|
||||
[dependencies]
|
||||
libcosmic = { path = "../..", default-features = false, features = ["debug", "wgpu"] }
|
||||
libcosmic = { path = "../..", default-features = false, features = ["debug", "wgpu", "winit"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue