Starlight/Cargo.toml

11 lines
237 B
TOML
Raw Normal View History

2024-12-12 19:09:26 -08:00
[package]
name = "project_starlight"
description = "A game made with Bevy"
authors = ["Mad Star Studio, LLC"]
license = "GPLv3"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
bevy = { version = "0.14", features = [] }