summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 9f40d3aa305db582fd4f252a0d90b8dca65ab8af (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.13.0"
rand = "0.8.5"