polystrip 0.4.0

A 2D accelerated graphics rendering library
#- b
make shaders
cargo build --features metal
#/

#- r
test $1 '!=' '' && cargo run --features metal --example $1
#/

#test
cargo test --features metal
#/

#doc b!
cargo doc
#/

#doc
cargo doc --open
#/