Removed the Cargo.lock file from the repo and made Sigils a feature.

The Sigils library will now only be compiled in and able to convert
math structures if the convert_sigils feature is selected.

use_std would have also been set as a feature, but the library heavily
uses std::collections::vec::Vec. Until a non-std version of a collection
has been written, then this needs to be used.
This commit is contained in:
2016-08-24 13:23:56 -04:00
parent 1ac74b27d4
commit 4f62caf654
5 changed files with 20 additions and 60 deletions

2
.gitignore vendored
View File

@ -14,4 +14,4 @@
# Remove Cargo.lock from gitignore if creating an executable,
# leave it for libraries.
# More information here: http://doc.crates.io/guide.html#cargotoml-vs-cargolock
#Cargo.lock
Cargo.lock