Compare commits
No commits in common. "1d98870ec1ab196b8f946fa2137dee43051cf388" and "36e14acc082a1934722f11372d5aa8e9c78d70db" have entirely different histories.
1d98870ec1
...
36e14acc08
|
@ -15,7 +15,7 @@ pub fn main() {
|
||||||
<<0xFF, 0xFF, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0x00, 0xFF>>,
|
<<0xFF, 0xFF, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0x00, 0xFF>>,
|
||||||
<<0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0x80, 0x80, 0x80>>,
|
<<0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0x80, 0x80, 0x80>>,
|
||||||
]
|
]
|
||||||
|> pngleam.from_packed(
|
|> gleam_png.from_packed(
|
||||||
width: 3,
|
width: 3,
|
||||||
height: 3,
|
height: 3,
|
||||||
color_info: pngleam.rgb_8bit,
|
color_info: pngleam.rgb_8bit,
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name = "pngleam"
|
name = "pngleam"
|
||||||
version = "1.0.2"
|
version = "1.0.1"
|
||||||
|
|
||||||
description = "PNG image library for Gleam"
|
description = "PNG image library for Gleam"
|
||||||
licences = ["AGPL-3.0-only"]
|
licences = ["AGPL-3.0-only"]
|
||||||
|
|
Loading…
Reference in New Issue