Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Pentagonum
gled
Commits
0391f69d
Commit
0391f69d
authored
Dec 16, 2019
by
René Rössler
😍
Browse files
bump version
parent
016fddbc
Pipeline
#103242377
passed with stage
in 10 minutes and 51 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
Cargo.lock
Cargo.lock
+3
-3
Cargo.toml
Cargo.toml
+1
-1
lib/gled/Cargo.toml
lib/gled/Cargo.toml
+1
-1
No files found.
Cargo.lock
View file @
0391f69d
...
...
@@ -529,7 +529,7 @@ dependencies = [
[[package]]
name = "gled"
version = "1.0.
0
"
version = "1.0.
1
"
dependencies = [
"cairo-rs 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -542,7 +542,7 @@ dependencies = [
"gio 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"gtk 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libgled 1.0.
0
",
"libgled 1.0.
1
",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"resvg 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"structopt 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -713,7 +713,7 @@ dependencies = [
[[package]]
name = "libgled"
version = "1.0.
0
"
version = "1.0.
1
"
dependencies = [
"artnet_protocol 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cairo-rs 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
Cargo.toml
View file @
0391f69d
...
...
@@ -2,7 +2,7 @@
name
=
"gled"
description
=
"GTK interface to controll animations with libgled to send them over Art-Net to custom made lamps/installations"
repository
=
"https://gitlab.com/pentagonum/gled"
version
=
"1.0.
0
"
version
=
"1.0.
1
"
authors
=
[
"René Rössler <rene@freshx.de>"
]
edition
=
"2018"
license
=
"GPL-3.0-or-later"
...
...
lib/gled/Cargo.toml
View file @
0391f69d
...
...
@@ -3,7 +3,7 @@ name = "libgled"
description
=
"Create animations for Art-Net lamps orientated on a SVG file"
repository
=
"https://gitlab.com/pentagonum/gled"
license
=
"GPL-3.0-or-later"
version
=
"1.0.
0
"
version
=
"1.0.
1
"
authors
=
[
"René Rössler <rene@freshx.de>"
]
edition
=
"2018"
...
...
Write
Preview
Markdown
is supported
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