12 lines
212 B
TOML
12 lines
212 B
TOML
|
[package]
|
||
|
name = "visualization"
|
||
|
publish = false
|
||
|
version.workspace = true
|
||
|
authors.workspace = true
|
||
|
edition.workspace = true
|
||
|
license.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
bevy = "0.11.0"
|
||
|
pivot-saw = { path = "../.." }
|