ggdt/ggdt
Gered 99de921f64 fix solid_blit pointer stuff
i did not read the doc comments for pointer methods and mistakenly
thought i needed to calculate raw byte offsets here, but actually it
works in units of size T (where T in our case is either u8 or u32)
2023-03-11 21:14:01 -05:00
..
assets rename from libretrogd to ggdt 2023-03-02 16:11:59 -05:00
benches large amount of bitmap graphics rework 2023-03-11 16:58:13 -05:00
src fix solid_blit pointer stuff 2023-03-11 21:14:01 -05:00
test-assets rename from libretrogd to ggdt 2023-03-02 16:11:59 -05:00
tests make Bitmap::new private to force creation via concrete aliased types 2023-03-11 17:24:53 -05:00
Cargo.toml rename from libretrogd to ggdt 2023-03-02 16:11:59 -05:00