summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: ca66fa597f5ace64bac5a1b23b846db172e832ea (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "neox"
version = "0.1.0"
authors = ["natrixaeria <upezu@student.kit.edu>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ggez = "0.5.1"
rand = "0.7.2"