ggdt/ggdt
Gered fbf6d1e716 added "manual" integration tests for basic system/window verification
since i cannot think of any way to verify these tests in a automated
way, these are all set up currently as "ignored" tests which need to be
manually run (either directly via the IDE, e.g. CLion as I use, or via
the an ALTERNATIVE test runner via the CLI (such as nextest). these
cannot be run all together via `cargo test` (even if running with only
a single thread). `cargo test` can only be used to run them successfully
one test per invocation.
2023-04-14 13:18:47 -04:00
..
assets rename from libretrogd to ggdt 2023-03-02 16:11:59 -05:00
benches update triangle_2d benchmarks 2023-04-04 20:30:42 -04:00
src add #[inline] attributes to all the GeneralBitmap 1-line methods 2023-04-14 12:21:34 -04:00
test-assets organize test assets a little bit better 2023-03-21 15:09:47 -04:00
tests added "manual" integration tests for basic system/window verification 2023-04-14 13:18:47 -04:00
Cargo.toml add num_derive's FromPrimitive derive to keyboard and mouse button enums 2023-04-13 14:43:13 -04:00