blob: b539f6217bdf56973b346618c60f2355b4d97190 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
name = "bullet-hell"
version = "0.1.0"
authors = ["Raymond Hogenson <rhogenson@posteo.net>"]
[dependencies]
rand = "0.5.5"
lazy_static = "1.1.0"
[dependencies.sdl2]
git = "https://github.com/AngryLawyer/rust-sdl2"
default-features = false
features = ["image"]
|