big_space_with_trim/Cargo.toml
2023-01-29 00:20:28 -08:00

20 lines
470 B
TOML

[package]
name = "big_space"
version = "0.1.0"
edition = "2021"
description = "A floating origin plugin for bevy"
license = "MIT OR Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = { version = "0.9", default_features = false }
bevy_polyline = "0.4"
[dev-dependencies]
bevy = { version = "0.9", default_features = false, features = [
"bevy_render",
"bevy_winit",
"x11",
] }