specs_transform 0.1.1

transform 2d and 3d component for specs
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "specs_transform"
version = "0.1.1"
authors = ["Nathan Faucett <nathanfaucett@gmail.com>"]
description = "transform 2d and 3d component for specs"
homepage = "https://gitlab.com/nathanfaucett/rs-specs_transform"
readme = "README.md"
keywords = ["specs", "transform", "2d", "3d"]
license = "MIT"
repository = "https://gitlab.com/nathanfaucett/rs-specs_transform.git"
[dependencies.number_traits]
version = "0.1"

[dependencies.mat32]
version = "0.1"

[dependencies.mat4]
version = "0.1"

[dependencies.specs]
version = "0.10"

[dev-dependencies]

[features]
use_2d = []
default = ["use_2d", "use_3d"]
use_3d = []