ggdt/examples/template_minimal
Gered e503cfb718 remove old display size constants as well as cargo feature flags
we'll be introducing variable display size features next, so these
screen dimension compile-time constants are not going to be useful.

the "low_res" and "wide" features were also tied to the idea of
compile-time constants for display sizing so these need to go too,
and will be brought back via runtime configuration
2023-03-27 16:58:37 -04:00
..
src remove old display size constants as well as cargo feature flags 2023-03-27 16:58:37 -04:00
Cargo.toml rename from libretrogd to ggdt 2023-03-02 16:11:59 -05:00
README.md rename from libretrogd to ggdt 2023-03-02 16:11:59 -05:00

ggdt - Minimal Template/Example

A very minimal usage example that can also serve as a new project template to get started using ggdt.

Run cargo run from this directory to try it out.