You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
464 B
TOML
32 lines
464 B
TOML
[package]
|
|
name = "monologue-trees"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[[bin]]
|
|
name = "gltf-inspect"
|
|
path = "bin/gltf-inspect.rs"
|
|
|
|
[[bin]]
|
|
name = "camera-image-ui"
|
|
path = "bin/camera-image-ui.rs"
|
|
|
|
[[bin]]
|
|
name = "ui-wtf"
|
|
path = "bin/ui-wtf.rs"
|
|
|
|
[[bin]]
|
|
name = "animation-wtf"
|
|
path = "bin/animation-wtf.rs"
|
|
|
|
[[bin]]
|
|
name = "text-inspect"
|
|
path = "bin/text-inspect.rs"
|
|
|
|
[[bin]]
|
|
name = "animate-anything"
|
|
path = "bin/animate-anything.rs"
|
|
|
|
[dependencies]
|
|
bevy = "0.10"
|