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