From 34add64ffd68b7b1c1f2695da3d43e41824bc70a Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Thu, 8 Nov 2012 12:14:50 +1000 Subject: [PATCH] Fix strikethroughs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 297a540..9aa08f1 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Lmath is generic linear algebra library for Rust. There is still much to do, uni ## Todo: - Matrix inversion -- Matrix rotation -- Angle types (degrees/radians) +- ~~Matrix rotation~~ +- ~~Angle types (degrees/radians)~~ - N x M matrices - Operator Overloading - Implement component-wise functions for vectors @@ -14,7 +14,7 @@ Lmath is generic linear algebra library for Rust. There is still much to do, uni - Performance improvements - Increase unit test coverage - Improve documentation -- Publish on Cargo Central +- ~~Publish on Cargo Central~~ - Swizzle functions Dependant on rust/master: