-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
1,416 additions
and
1,194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Project Dependencies | ||
Package: flaca | ||
Version: 3.0.0 | ||
Generated: 2024-04-13 07:52:07 UTC | ||
Version: 3.0.1 | ||
Generated: 2024-04-24 05:50:28 UTC | ||
|
||
| Package | Version | Author(s) | License | | ||
| ---- | ---- | ---- | ---- | | ||
|
@@ -30,7 +30,7 @@ | |
| [libdeflater](https://github.com/adamkewley/libdeflater) | 1.20.0 | [Adam Kewley](mailto:[email protected]) | Apache-2.0 | | ||
| [log](https://github.com/rust-lang/log) | 0.4.21 | The Rust Project Developers | Apache-2.0 or MIT | | ||
| [mozjpeg-sys](https://github.com/kornelski/mozjpeg-sys.git) | 2.1.0 | [Kornel](mailto:[email protected]) | IJG AND Zlib AND BSD-3-Clause | | ||
| [oxipng](https://github.com/shssoichiro/oxipng) | 9.0.0 | [Joshua Holmer](mailto:[email protected]) | MIT | | ||
| [oxipng](https://github.com/shssoichiro/oxipng) | 9.1.1 | [Joshua Holmer](mailto:[email protected]) | MIT | | ||
| [radium](https://github.com/bitvecto-rs/radium) | 0.7.0 | [Nika Layzell](mailto:[email protected]) and [myrrlyn](mailto:[email protected]) | MIT | | ||
| [rayon](https://github.com/rayon-rs/rayon) | 1.10.0 | [Niko Matsakis](mailto:[email protected]) and [Josh Stone](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [rayon-core](https://github.com/rayon-rs/rayon) | 1.12.1 | [Niko Matsakis](mailto:[email protected]) and [Josh Stone](mailto:[email protected]) | Apache-2.0 or MIT | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "flaca" | ||
version = "3.0.0" | ||
version = "3.0.1" | ||
license = "WTFPL" | ||
authors = ["Josh Stoik <[email protected]>"] | ||
edition = "2021" | ||
|
@@ -61,6 +61,12 @@ short = "-V" | |
long = "--version" | ||
description = "Print version information and exit." | ||
|
||
[[package.metadata.bashman.options]] | ||
short = "-j" | ||
label = "<NUM>" | ||
description = "Limit parallelization to this many threads (instead of giving each logical core its own image to work on). If negative, the value will be subtracted from the total number of logical cores." | ||
path = false | ||
|
||
[[package.metadata.bashman.options]] | ||
short = "-l" | ||
long = "--list" | ||
|
@@ -118,7 +124,7 @@ version = "=2.1.0" | |
features = [ "jpegtran" ] | ||
|
||
[dependencies.oxipng] | ||
version = "=9.0.0" | ||
version = "=9.1.1" | ||
default-features = false | ||
|
||
[build-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
b53eca68578abeab039f7492aa08cc08aca2ee8373f5f35e4d51cfec69ab5c89 ./png/01.png | ||
385eb82425d1d39d84155ad812d7a2e9c7f4f989b9be8901f227d9b0b3716e60 ./png/02.png | ||
a71b84ad1980fb75b0357c9a2440a53af16363f66aaed484559ea95075f85d48 ./png/03.png | ||
71f3a81b8f0800987434a87a256f88fc0fa992a0082e9dc94cd47a7bf69cb7f6 ./png/04.png | ||
f305df54a410b781b5798c96c2423a90fd80744fa6a1b6e42938b866ae465bcc ./png/05.png | ||
3cbbc3be80e8de2d9a3c1d97b11ca110d2922c0dcfcb7de1ff6952fa0addbe0b ./png/06.png | ||
97fff17e466418ba255a5a1ecbe463c72d03bfca7c7c597f0ee8f831588a51e5 ./png/poe.png | ||
4da3d1e65804d00be0d376234c3c1ee25469105bf32966e05adb65e870d6eb5e ./png/small.png | ||
e0eb307123913aa8b3a864790ab904d340a7e4e85192d27cb1d16e15c14d3319 ./png/small-bw.png | ||
3ca8474dff6526979ca43cba37a71b9ffdaa9646bd89811c3abdce0b56b85ca2 ./png/small-bwa.png | ||
6d73e93975587d16ce907ace61f7ac818aaa2c0f2884ecb489112c8d6f5c5aac ./wolf.jpg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ use std::path::Path; | |
use zopflipng::{ | ||
deflate_part, | ||
SplitPoints, | ||
ZopfliState, | ||
}; | ||
|
||
|
||
|
Oops, something went wrong.