summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: ce05baa29c9a56be98e1f69e689c631b2cbdd4fd (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "gems"
version = "0.1.0"
authors = ["Tom Barrett <tom@tombarrett.xyz>"]
edition = "2021"

[dependencies]
bevy = "0.9.0"
rand = "0.8.5"