# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.59" name = "gmm" version = "0.3.0" authors = ["HK416 "] description = "Math library for video games" readme = "README.md" keywords = [ "gamedev", "math", "vector", "matrix", "simd", ] license = "MIT" repository = "https://github.com/HK416/gmm" [dependencies.bytemuck] version = "1.18" features = ["derive"] optional = true default-features = false [dependencies.mint] version = "0.5" optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dev-dependencies.glam] version = "0.29.*" [dev-dependencies.rand] version = "0.8.*" [features] default = [] scalar-math = ["glam/scalar-math"] use-assertion = []