diff --git a/Cargo.toml b/Cargo.toml index f9233d8..6868b4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitsy-parser" -version = "0.65.11" +version = "0.65.12" authors = ["Max Bradbury "] edition = "2018" description = "A parser for Bitsy game data" diff --git a/src/test-resources/image-oob b/src/test-resources/image-oob new file mode 100644 index 0000000..fe388d5 --- /dev/null +++ b/src/test-resources/image-oob @@ -0,0 +1,8 @@ +111111111 +11001111 +10111111 +11111111 +111111110 +1111111101 +11111111 +000000000 \ No newline at end of file