pinch-points 0.1.0

A fast, kid-friendly crab-routing game: route streams of crabs into your sandcastle before the tide comes in
Documentation
1
2
3
4
5
6
7
//! The binary embeds `assets/` via `include_dir`, whose macro expansion
//! cargo cannot track on its own. Without this, an asset regenerated by
//! the tools would not land in the next build until something else touched
//! the source file holding the macro.
fn main() {
    println!("cargo:rerun-if-changed=assets");
}