summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: a8f749b4933ac5e223f59763d9cb21c4daa472a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "stallman-shooter"
version = "1.0.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"]