diff options
Diffstat (limited to 'winit/Cargo.toml')
-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 984a9316..bfcfacbc 100644 --- a/winit/Cargo.toml +++ b/winit/Cargo.toml @@ -14,9 +14,9 @@ categories = ["gui"] debug = ["iced_native/debug"] [dependencies] +window_clipboard = "0.2" log = "0.4" thiserror = "1.0" -window_clipboard = "0.2" [dependencies.winit] version = "0.26" |