-
Notifications
You must be signed in to change notification settings - Fork 7
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
1 parent
ca53816
commit f2c6260
Showing
3 changed files
with
61 additions
and
101 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "i3lockr" | ||
description = "Distort a screenshot and run i3lock" | ||
version = "1.2.0" | ||
version = "1.2.1" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Owen Walpole <[email protected]>"] | ||
repository = "https://github.com/owenthewizard/i3lockr" | ||
|
@@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" } | |
blend-srgb = { version = "0.1", optional = true } | ||
imagefmt = { version = "4", default-features = false, optional = true } | ||
imgref = "1" | ||
itertools = { version = "0.10", optional = true } | ||
itertools = { version = "0.12", optional = true } | ||
libc = "0.2" # should be same as xcb | ||
num_cpus = "1" | ||
rayon = { version = "1", optional = true } | ||
|
@@ -47,5 +47,6 @@ verbose = [] | |
default = ["suggestions", "color", "png", "jpeg", "threads", "blur", "scale", "brightness"] | ||
|
||
[profile.release] | ||
lto = true | ||
lto = "fat" | ||
codegen-units = 1 | ||
strip = true |