[package] name = "nd_vector" description = "[WIP] Lengthen! Shrink! Iterate! Scale! Twist and turn to your imagination along any dimension on a vector!" version = "0.1.0" edition = "2021" readme = "README.md" repository = "https://github.com/GalaMana/nd_vector" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.204", features = ["derive"] } bevy = { version = "0.14.0", optional = true } [features] bevy = ["dep:bevy"] [[example]] name = "block_game" path = "examples/block_game/main.rs" required-features = ["bevy"]