diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2021-11-01 23:09:01 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2021-11-01 23:09:01 -0400 |
commit | 591dbb7c532f2e794488b7ffaebb372e00f0c261 (patch) | |
tree | ee4315587ae6501b02633fd1f43ea552e5c9e26f /Cargo.toml | |
parent | 41441fcbc4bc097a59383d88f0f79dbf64f66c9b (diff) | |
download | kd-forest-591dbb7c532f2e794488b7ffaebb372e00f0c261.tar.xz |
Write animation frames to a pipe rather than separate files
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |