summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2021-11-01 23:09:01 -0400
committerTavian Barnes <tavianator@tavianator.com>2021-11-01 23:09:01 -0400
commit591dbb7c532f2e794488b7ffaebb372e00f0c261 (patch)
treeee4315587ae6501b02633fd1f43ea552e5c9e26f /Cargo.lock
parent41441fcbc4bc097a59383d88f0f79dbf64f66c9b (diff)
downloadkd-forest-591dbb7c532f2e794488b7ffaebb372e00f0c261.tar.xz
Write animation frames to a pipe rather than separate files
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fc30b5b..41db677 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -256,6 +256,7 @@ name = "kd-forest"
version = "2.0.0"
dependencies = [
"acap",
+ "atty",
"clap",
"image",
"rand",