Skip to content

Commit

Permalink
Merge pull request #174 from LedgerHQ/update-include-gif
Browse files Browse the repository at this point in the history
Update include_gif macro so it can accept any kind of image as input.
  • Loading branch information
agrojean-ledger authored Jul 30, 2024
2 parents 8f2b7b4 + 163eb2b commit e1941b8
Show file tree
Hide file tree
Showing 4 changed files with 304 additions and 50 deletions.
234 changes: 230 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions include_gif/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "include_gif"
version = "1.1.0"
version = "1.2.0"
edition = "2021"
license.workspace = true
repository.workspace = true
Expand All @@ -11,5 +11,5 @@ proc-macro = true

[dependencies]
syn = { version = "1.0", features = ["full"] }
gif = "0.11.3"
flate2 = "1.0.28"
image = "=0.24.9"
Loading

0 comments on commit e1941b8

Please sign in to comment.