diff options
author | 2020-04-01 02:37:15 +0200 | |
---|---|---|
committer | 2020-04-02 03:44:14 +0200 | |
commit | ac8875f81d3ddc50b6ccafb0a867a6df3058e557 (patch) | |
tree | dbf52f22d813ee136b4ec3a69740516172757e9e /winit | |
parent | 26cd6c0f2b21b4fb555e8773e3217710f9ce0f3f (diff) | |
download | iced-ac8875f81d3ddc50b6ccafb0a867a6df3058e557.tar.gz iced-ac8875f81d3ddc50b6ccafb0a867a6df3058e557.tar.bz2 iced-ac8875f81d3ddc50b6ccafb0a867a6df3058e557.zip |
Fix `iced_native` version in `iced_winit`
Diffstat (limited to 'winit')
-rw-r--r-- | winit/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winit/Cargo.toml b/winit/Cargo.toml index ca2018c7..a3b1613d 100644 --- a/winit/Cargo.toml +++ b/winit/Cargo.toml @@ -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] |