From 591dbb7c532f2e794488b7ffaebb372e00f0c261 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 1 Nov 2021 23:09:01 -0400 Subject: Write animation frames to a pipe rather than separate files --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f8c2b8b..36d8478 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" [dependencies] acap = "0.3.0" +atty = "0.2.14" clap = "2.33.3" image = "0.23.14" rand = "0.8.4" -- cgit v1.2.3