refactor: apply requested size for surface after creation
This should help popups start as the correct size, and also layer surfaces
This commit is contained in:
parent
cb529219ab
commit
9668fd9821
3 changed files with 130 additions and 30 deletions
|
|
@ -10,7 +10,7 @@ tester = ["iced/tester"]
|
|||
|
||||
[dependencies]
|
||||
iced.workspace = true
|
||||
iced.features = ["tokio", "debug", "time-travel", "winit", "wgpu"]
|
||||
iced.features = ["tokio", "debug", "time-travel", "winit"]
|
||||
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue