Skip to content
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions simple-invaders/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Jay Oster <[email protected]>"]
edition = "2018"

[dependencies]
arrayvec = "0.5"
line_drawing = "0.8"
pcx = "0.2"
randomize = "3.0"
Expand Down
Loading