summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: a00029217530653c83a8325e17a0b763c73aad9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "bullet-hell"
version = "0.1.0"
authors = ["Raymond Hogenson <rhogenson@posteo.net>"]

[dependencies]
rand = "0.5.5"
lazy_static = "1.1.0"
tempfile = "3"

[dependencies.sdl2]
version = "0.31.0"
default-features = false
features = ["image"]