summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 8064ad8f42e043244736c18db0fd32bec5c11c58 (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.11.0"
rand = "0.8.5"