Update directory structure to rustpkg conventions
This commit is contained in:
parent
026a5e89b5
commit
75988e45d2
27 changed files with 5 additions and 6 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -1,7 +1,2 @@
|
|||
*.dSYM
|
||||
.DS_Store
|
||||
lib
|
||||
sublime
|
||||
test
|
||||
!src/test
|
||||
!src/*/test
|
||||
build
|
|
@ -1,3 +1,7 @@
|
|||
# cgmath-rs
|
||||
|
||||
A linear algebra and mathematics library for computer graphics.
|
||||
|
||||
~~~
|
||||
rustpkg build cgmath
|
||||
~~~
|
||||
|
|
Loading…
Reference in a new issue