ggdt/examples/template_minimal
Gered 66bf1e40cc pin anyhow and thiserror versions
due to encountering some compile errors on a fresh system which pulled
down the newest minor versions of both. these two libraries do not seem
to follow "good" semantic versioning ... ? ugh. will try to work out
the compiler issues with the latest versions of these later ...
2023-01-18 13:26:53 -05:00
..
src bitmap font/char rendering now requires a FontRenderOpts 2022-05-27 17:52:23 -04:00
Cargo.toml pin anyhow and thiserror versions 2023-01-18 13:26:53 -05:00
README.md add template_minimal example 2022-05-26 18:43:22 -04:00

libretrogd - Minimal Template/Example

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

Run cargo run from this directory to try it out.