updated gitignore

This commit is contained in:
opelly27
2023-04-22 13:03:52 -07:00
parent 491c3f6772
commit 9fe539a4a2
2 changed files with 2 additions and 5 deletions
+1
View File
@@ -1 +1,2 @@
target/
animation/*.png
+1 -5
View File
@@ -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()
}