mochi 0.0.3

A mobile game engine based on Gtk & Cairo
Documentation
1
2
3
4
5
6
7
8
9
10
11
build:
	cargo build
pong:
	cd examples && glib-compile-resources pong.xml
	cargo run --example pong
atlas:
	cd examples && glib-compile-resources atlas.xml
	cargo run --example atlas
lint:
	cargo fmt
	cargo clippy