update to support winit multi-window
This commit is contained in:
parent
77e9a160c4
commit
c66e4aafd0
13 changed files with 149 additions and 97 deletions
|
|
@ -15,6 +15,6 @@ pub fn main() -> cosmic::iced::Result {
|
|||
env_logger::init_from_env(env);
|
||||
cosmic::icon_theme::set_default("Pop");
|
||||
let mut settings = Settings::default();
|
||||
settings.window.min_size = Some((600, 300));
|
||||
settings.window.min_size = Some(cosmic::iced::Size::new(600., 300.));
|
||||
Window::run(settings)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue