mirror of
https://github.com/eliasstepanik/big_space_with_trim.git
synced 2026-01-10 23:58:28 +00:00
19 lines
440 B
TOML
19 lines
440 B
TOML
[package]
|
|
name = "big_space"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "A floating origin plugin for bevy"
|
|
|
|
# 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",
|
|
] }
|