bevy/crates/bevy_math/Cargo.toml
Patrik Buhring 4e524841a1 Bump glam and hexasphere versions (#2111)
Also fixes typo "feautres" in smallvec dependency.
2021-05-06 00:41:18 +00:00

17 lines
522 B
TOML

[package]
name = "bevy_math"
version = "0.5.0"
edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
description = "Provides math functionality for Bevy Engine"
homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy"
license = "MIT"
keywords = ["bevy"]
[dependencies]
glam = { version = "0.14.0", features = ["serde"] }
bevy_reflect = { path = "../bevy_reflect", version = "0.5.0", features = ["bevy"] }