From 8db6918f320b792698f385bb2ea58ddd94cba6fe Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 24 Feb 2020 13:48:17 +0100 Subject: window_complex position buffer, basic palette, mandelbrot working --- .gitmodules | 1 + 1 file changed, 1 insertion(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 92ebdd9..99e2cc1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "libft"] path = libft url = https://github.com/HappyTramp/libft + branch = fractol -- cgit