2019-10-05 15:48:29 +10:00
|
|
|
[package]
|
|
|
|
name = "simple-invaders"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Jay Oster <jay@kodewerx.org>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2019-10-13 08:26:47 +11:00
|
|
|
line_drawing = "0.8"
|
2019-10-05 15:48:29 +10:00
|
|
|
pcx = "0.2"
|
2019-10-13 08:26:47 +11:00
|
|
|
rand_core = { version = "0.5", features = ["std"] }
|