Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jenny
pixelspammer
Commits
91607184
Verified
Commit
91607184
authored
Oct 10, 2021
by
Jenny
Browse files
version bump
parent
8d1e79cf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
91607184
...
...
@@ -343,7 +343,7 @@ checksum = "6acbef58a60fe69ab50510a55bc8cdd4d6cf2283d27ad338f54cb52747a9cf2d"
[[package]]
name = "pixelspammer"
version = "1.
1
.0"
version = "1.
2
.0"
dependencies = [
"clap",
"image",
...
...
Cargo.toml
View file @
91607184
[package]
name
=
"pixelspammer"
version
=
"1.
1
.0"
version
=
"1.
2
.0"
edition
=
"2018"
authors
=
[
"Netali <me@netali.de>"
]
repository
=
"https://gitlab.fem-net.de/netali/pixelspammer"
...
...
src/main.rs
View file @
91607184
...
...
@@ -3,7 +3,7 @@ use clap::{Arg, App};
mod
image
;
mod
rect
;
const
VERSION
:
&
str
=
"1.
1
.0"
;
const
VERSION
:
&
str
=
"1.
2
.0"
;
const
AUTHOR
:
&
str
=
"Netali <me@netali.de>"
;
fn
main
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment