mirror of
https://github.com/eliasstepanik/big_space_with_trim.git
synced 2026-01-10 23:58:28 +00:00
24 lines
683 B
TOML
24 lines
683 B
TOML
[package]
|
|
name = "big_space"
|
|
version = "0.3.0"
|
|
edition = "2021"
|
|
description = "A floating origin plugin for bevy"
|
|
license = "MIT OR Apache-2.0"
|
|
keywords = ["bevy", "floating-origin", "large-scale", "space"]
|
|
repository = "https://github.com/aevyrie/big_space"
|
|
documentation = "https://docs.rs/crate/big_space/latest"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bevy = { version = "0.11", default_features = false }
|
|
|
|
[dev-dependencies]
|
|
bevy = "0.11"
|
|
bevy_framepace = { version = "0.13", default-features = false }
|
|
|
|
[features]
|
|
default = ["debug", "camera"]
|
|
debug = ["bevy/bevy_gizmos"]
|
|
camera = ["bevy/bevy_render"]
|