Fix iced_native version in iced_winit
This commit is contained in:
parent
26cd6c0f2b
commit
ac8875f81d
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ window_clipboard = "0.1"
|
|||
log = "0.4"
|
||||
|
||||
[dependencies.iced_native]
|
||||
version = "0.1.0-alpha"
|
||||
version = "0.1.0"
|
||||
path = "../native"
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies.winapi]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue