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.

24 lines
336 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"
[dependencies]
bevy = "0.10"