include_gif 1.0.0

procedural macro that packs a gif image into a byte representation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.gif]
version = "0.11.3"

[dependencies.syn]
features = ["full"]
version = "1.0"

[lib]
proc-macro = true

[package]
description = "procedural macro that packs a gif image into a byte representation"
edition = "2021"
license = "Apache-2.0"
name = "include_gif"
readme = "README.md"
version = "1.0.0"