3b7638a012
- Currently animates two flavors of invader in their usual formation - Lots left to do, but this is a good start
9 lines
141 B
TOML
9 lines
141 B
TOML
[package]
|
|
name = "simple-invaders"
|
|
version = "0.1.0"
|
|
authors = ["Jay Oster <jay@kodewerx.org>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
pcx = "0.2"
|