blob: 5019de942c2b14c486a6d445f0d342360ad959d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[package]
name = "stallman-shooter"
version = "1.0.0"
authors = ["Raymond Hogenson <rhogenson@posteo.net>"]
[dependencies]
rand = "0.5.5"
[dependencies.sdl2]
git = "https://github.com/Rust-SDL2/rust-sdl2"
default-features = false
features = ["image"]
[dependencies.sdl2-sys]
git = "https://github.com/Rust-SDL2/rust-sdl2"
default-features = false
features = ["image"]
|