From 287f3ea99a41f5452ea0ea2fcd075742d6ca4285 Mon Sep 17 00:00:00 2001 From: hatoo Date: Mon, 2 Dec 2019 21:58:35 +0900 Subject: Add tailing newline to winit/Cargo.toml --- winit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winit/Cargo.toml') 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" -- cgit