mirror of
https://github.com/bevyengine/bevy
synced 2024-12-29 14:33:12 +00:00
10 lines
280 B
TOML
10 lines
280 B
TOML
|
[package]
|
||
|
name = "bevy_math"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Carter Anderson <mcanders1@gmail.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
glam = { version = "0.8.7", features = ["serde"] }
|