debug:
	RUST_LOG=chinchilib=debug cargo run --example moving_pixel

info:
	RUST_LOG=chinchilib=info cargo run --example moving_pixel

