Update directory structure to rustpkg conventions

This commit is contained in:
Brendan Zabarauskas 2013-08-27 21:12:42 +10:00
parent 026a5e89b5
commit 75988e45d2
27 changed files with 5 additions and 6 deletions

7
.gitignore vendored
View file

@ -1,7 +1,2 @@
*.dSYM
.DS_Store .DS_Store
lib build
sublime
test
!src/test
!src/*/test

View file

@ -1,3 +1,7 @@
# cgmath-rs # cgmath-rs
A linear algebra and mathematics library for computer graphics. A linear algebra and mathematics library for computer graphics.
~~~
rustpkg build cgmath
~~~