From 0ae5be6c6697f5f5f578a27c5ad9ba845aec43c9 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 9 May 2020 21:31:30 +0200 Subject: Added basic vector and matrix library --- vendor/libftm/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vendor/libftm/README.md (limited to 'vendor/libftm/README.md') diff --git a/vendor/libftm/README.md b/vendor/libftm/README.md new file mode 100644 index 0000000..0d0fbb0 --- /dev/null +++ b/vendor/libftm/README.md @@ -0,0 +1,3 @@ +# libftm + +Matrix and vector extension of the libft -- cgit