jjant / runty8

A Pico8 clone in Rust.
MIT License
227 stars 17 forks source link

Move examples to top level directory #21

Closed jjant closed 2 years ago

jjant commented 2 years ago

Description

Move examples from src/bin/ to examples/.

Examples are now run with cargo run --example example_name (instead of cargo run --bin example_name).