From 9fe539a4a29aa89e1201a88d234aa23fcfae7a20 Mon Sep 17 00:00:00 2001 From: opelly27 <35671196+opelly27@users.noreply.github.com> Date: Sat, 22 Apr 2023 13:03:52 -0700 Subject: [PATCH] updated gitignore --- .gitignore | 1 + src/main.rs | 6 +----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 2f7896d..70bc06b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ target/ +animation/*.png \ No newline at end of file diff --git a/src/main.rs b/src/main.rs index 4a7fc94..d9efcde 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,7 +1,3 @@ -// TODO -// implament Color gradient with emums and match statement -// MandelbrottZoom constructor - // ffmpeg -framerate 30 -start_number 1 -i ./animation/%00d.png -pix_fmt yuv420p out.mp4 #![allow(dead_code)] @@ -214,6 +210,6 @@ fn main() { }; // frame.render_animation(); - frame.run_multithreaded_fast() + frame.render_animation() }