Starlight/Cargo.toml
Seven Of Aces fe9a300dc5
Some checks failed
test / test (push) Has been cancelled
Initial setup
2024-12-12 19:09:26 -08:00

11 lines
No EOL
237 B
TOML

[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 = [] }