twors 0.2.0

A simple Rust 2D game engine based on canvas and WASM
Documentation
1
2
3
4
5
6
7
8
9
10
11
default_job = "watch"
env.CARGO_TERM_COLOR = "always"

[jobs.watch]
command = ["cargo", "make", "serve"]
need_stdout = true
allow_warnings = true
background = false
on_change_strategy = "kill_then_restart"
kill = ["pkill", "-INT", "-P"]
watch = ["examples/playground/assets"]