-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
12 changed files
with
128 additions
and
128 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -151,27 +151,3 @@ GTK3 is a whole other monster, requiring the `-dev` packages for (at least) ATK, | |
[This post](https://github.com/Blobfolio/refract/issues/3#issuecomment-1086924244) provides a good breakdown of how to set up a minimal Docker build environment for Refract. | ||
|
||
If you end up building Refract on a non-Debian system — Red Hat, MacOS, etc. — please let us know what that setup looked like so we can update the docs. Users of those systems will no doubt appreciate it. :) | ||
|
||
|
||
|
||
## License | ||
|
||
See also: [CREDITS.md](CREDITS.md) | ||
|
||
Copyright © 2024 [Blobfolio, LLC](https://blobfolio.com) <[email protected]> | ||
|
||
This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2. | ||
|
||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | ||
Version 2, December 2004 | ||
|
||
Copyright (C) 2004 Sam Hocevar <[email protected]> | ||
|
||
Everyone is permitted to copy and distribute verbatim or modified | ||
copies of this license document, and changing it is allowed as long | ||
as the name is changed. | ||
|
||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | ||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION | ||
|
||
0. You just DO WHAT THE FUCK YOU WANT TO. |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "refract" | ||
version = "0.11.11" | ||
version = "0.11.12" | ||
license = "WTFPL" | ||
authors = ["Josh Stoik <[email protected]>"] | ||
edition = "2021" | ||
|
@@ -10,7 +10,7 @@ readme = "README.md" | |
publish = false | ||
|
||
[package.metadata.deb] | ||
maintainer = "Josh Stoik <hello@blobfolio.com>" | ||
maintainer = "Josh Stoik <josh@blobfolio.com>" | ||
copyright = "2024, Blobfolio, LLC <[email protected]>" | ||
license-file = ["../LICENSE", "0"] | ||
revision = "1" | ||
|
@@ -89,16 +89,16 @@ description = "Image and/or directory paths to re-encode. Directories will be cr | |
|
||
[build-dependencies] | ||
argyle = "0.10.*" | ||
dowser = "0.9.*" | ||
dowser = "0.10.*" | ||
oxford_join = "0.4.*" | ||
toml = "0.8.14" | ||
version-compare = "0.2.*" | ||
|
||
[dependencies] | ||
argyle = "0.10.*" | ||
crossbeam-channel = "0.5.*" | ||
dactyl = "0.7.*" | ||
dowser = "0.9.*" | ||
dactyl = "0.8.*" | ||
dowser = "0.10.*" | ||
gtk = "=0.18.1" | ||
oxford_join = "0.4.*" | ||
write_atomic = "0.5.*" | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "refract_core" | ||
version = "0.11.11" | ||
version = "0.11.12" | ||
license = "WTFPL" | ||
authors = ["Josh Stoik <[email protected]>"] | ||
edition = "2021" | ||
|
@@ -10,7 +10,7 @@ readme = "README.md" | |
publish = false | ||
|
||
[dependencies] | ||
dactyl = "0.7.*" | ||
dactyl = "0.8.*" | ||
jpeg-decoder = "=0.3.1" | ||
link-cplusplus = "=1.0.9" | ||
|
||
|
@@ -20,7 +20,7 @@ default-features = false | |
features = [ "rust_backend" ] | ||
|
||
[dependencies.jpegxl-sys] | ||
version = "=0.11.1" | ||
version = "=0.11.2" | ||
default-features = false | ||
features = [ "vendored" ] | ||
|
||
|
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