blob: ec2451c78b044a490636ffbd6546f701c5d50882 (
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]
git = "https://github.com/AngryLawyer/rust-sdl2"
default-features = false
features = ["image"]
|