pxl 0.0.6

🕹 A simple framework for making games
Documentation
1
2
3
4
5
6
7
8
9
10
default: test

test:
	cargo test

life:
	cd examples/life && cargo run --release

fmt:
	cargo fmt