From a1174797b4ce2259510f29d3468526b4c0d460c1 Mon Sep 17 00:00:00 2001 From: Roel Date: Sun, 22 Oct 2017 17:42:40 +0200 Subject: Rewrite err_println to eprintln introduced in Rust 1.19 (#799) --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 04c02385..e983e3a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,10 +41,9 @@ env_logger = "0.4" x11-dl = "2" [features] -default = ["err-println"] +default = [] # Enabling this feature makes shaders automatically reload when changed live-shader-reload = [] -err-println = [] nightly = [] bench = [] -- cgit v1.2.3-54-g00ecf