You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-termion/termion-1.5.1-fix-metadata....

11 lines
306 B

--- termion-1.5.1/Cargo.toml 2017-08-04T00:12:31+02:00
+++ termion-1.5.1/Cargo.toml 2017-11-19T10:22:50.337549+01:00
@@ -11,7 +11,3 @@
[target.'cfg(not(target_os = "redox"))'.dependencies]
libc = "0.2.8"
-
-[target.'cfg(target_os = "redox")'.dependencies]
-redox_syscall = "0.1"
-redox_termios = "0.1"