Compare commits

...

2 Commits

Author SHA1 Message Date
LilyRose2798 1d98870ec1 Bump version 2024-06-04 18:55:37 +10:00
LilyRose2798 de1268d035 Fix readme code 2024-06-04 18:55:24 +10:00
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ pub fn main() {
<<0xFF, 0xFF, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0x00, 0xFF>>,
<<0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0x80, 0x80, 0x80>>,
]
|> gleam_png.from_packed(
|> pngleam.from_packed(
width: 3,
height: 3,
color_info: pngleam.rgb_8bit,

View File

@ -1,5 +1,5 @@
name = "pngleam"
version = "1.0.1"
version = "1.0.2"
description = "PNG image library for Gleam"
licences = ["AGPL-3.0-only"]