Remove vestigial crate attributes

These were added a looong time ago. They are not really useful these days.
This commit is contained in:
Brendan Zabarauskas 2015-12-12 22:18:35 +11:00
parent 577eafa654
commit 1bd67271f2

View file

@ -13,9 +13,6 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
#![crate_type = "rlib"]
#![crate_type = "dylib"]
//! Computer graphics-centric math. //! Computer graphics-centric math.
//! //!
//! This crate provides useful mathematical primitives and operations on them. //! This crate provides useful mathematical primitives and operations on them.