diff options
author | 2019-12-02 21:58:35 +0900 | |
---|---|---|
committer | 2019-12-02 21:58:35 +0900 | |
commit | 287f3ea99a41f5452ea0ea2fcd075742d6ca4285 (patch) | |
tree | 5e5491b502b37bc22da04da0ffb5777a40156842 /winit/Cargo.toml | |
parent | 97f1f3dcf4af8325fd24fbd70c13dbde307fce72 (diff) | |
download | iced-287f3ea99a41f5452ea0ea2fcd075742d6ca4285.tar.gz iced-287f3ea99a41f5452ea0ea2fcd075742d6ca4285.tar.bz2 iced-287f3ea99a41f5452ea0ea2fcd075742d6ca4285.zip |
Add tailing newline to winit/Cargo.toml
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 bc739c6d..b5b07449 100644 --- a/winit/Cargo.toml +++ b/winit/Cargo.toml @@ -17,4 +17,4 @@ futures = { version = "0.3", features = ["thread-pool"] } log = "0.4" [target.'cfg(target_os = "windows")'.dependencies.winapi] -version = "0.3.6"
\ No newline at end of file +version = "0.3.6" |