# 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 = "2018" name = "nalgebra-glm" version = "0.19.0" authors = ["sebcrozet "] description = "A computer-graphics oriented API for nalgebra, inspired by the C++ GLM library." homepage = "https://nalgebra.org" documentation = "https://www.nalgebra.org/docs" readme = "README.md" keywords = [ "linear", "algebra", "matrix", "vector", "math", ] categories = [ "science", "mathematics", "wasm", "no standard library", ] license = "Apache-2.0" repository = "https://github.com/dimforge/nalgebra" resolver = "2" [dependencies.approx] version = "0.5" default-features = false [dependencies.nalgebra] version = "0.33" default-features = false [dependencies.num-traits] version = "0.2" default-features = false [dependencies.simba] version = "0.9" default-features = false [features] arbitrary = ["nalgebra/arbitrary"] convert-bytemuck = ["nalgebra/bytemuck"] convert-glam014 = ["nalgebra/glam014"] convert-glam015 = ["nalgebra/glam015"] convert-glam016 = ["nalgebra/glam016"] convert-glam017 = ["nalgebra/glam017"] convert-glam018 = ["nalgebra/glam018"] convert-mint = ["nalgebra/mint"] default = ["std"] serde-serialize = ["nalgebra/serde-serialize-no-std"] std = [ "nalgebra/std", "simba/std", ] [badges.maintenance] status = "actively-developed"