ggdt/ggdt
Gered 231ba10f1e remove Copy trait from these event enums to be consistent with the rest
since the TextInput event cannot implement Copy, necessitating the
removal of the Copy trait from KeyboardEvent, it feels wrong to me to
have the other event enums implement Copy, because it is inconsistent.

so while this is less convenient potentially, it feels consistent.

probably not a big deal in the future one way or the other.
2023-04-05 12:45:09 -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 remove Copy trait from these event enums to be consistent with the rest 2023-04-05 12:45:09 -04:00
test-assets organize test assets a little bit better 2023-03-21 15:09:47 -04:00
tests update visual reference test image affected by some recent changes 2023-04-04 21:06:41 -04:00
Cargo.toml add basic triangle_2d rendering criterion benchmark 2023-03-31 22:11:37 -04:00