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

[dependencies]
bevy = "0.5.0"
rand = "0.8.0"