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

[dependencies]
sdl2 = "0.31.0"
rand = "0.5.5"