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
b24198a7
Commit
b24198a7
authored
Apr 21, 2020
by
René Rössler
😍
Browse files
update version
parent
93585e9f
Pipeline
#138347666
passed with stage
in 9 minutes and 49 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
11 deletions
+12
-11
Cargo.lock
Cargo.lock
+1
-1
lib/gled/Cargo.lock
lib/gled/Cargo.lock
+10
-9
lib/gled/Cargo.toml
lib/gled/Cargo.toml
+1
-1
No files found.
Cargo.lock
View file @
b24198a7
...
...
@@ -583,7 +583,7 @@ dependencies = [
[[package]]
name = "gled"
version = "1.
0.4
"
version = "1.
1.0
"
dependencies = [
"cairo-rs 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
lib/gled/Cargo.lock
View file @
b24198a7
...
...
@@ -422,9 +422,9 @@ dependencies = [
[[package]]
name = "kurbo"
version = "0.5.
8
"
version = "0.5.
11
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
ebbc14ddfabdbe7279fb1bd715dcba997e7d44d5d3a2e064096e06f3bc53b04d
"
checksum = "
bf50e17a1697110c694d47c5b1a6b64faf5eb3ffe5a286df23fb8cd516e33be6
"
dependencies = [
"arrayvec",
]
...
...
@@ -449,7 +449,7 @@ checksum = "eb147597cdf94ed43ab7a9038716637d2d1bf2bc571da995d0028dec06bd3018"
[[package]]
name = "libgled"
version = "1.
0.4
"
version = "1.
1.0
"
dependencies = [
"artnet_protocol",
"cairo-rs",
...
...
@@ -457,6 +457,7 @@ dependencies = [
"delta_e",
"elapsed",
"floating-duration",
"kurbo",
"lazy_static",
"log",
"rand",
...
...
@@ -667,15 +668,15 @@ checksum = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8"
[[package]]
name = "serde"
version = "1.0.10
4
"
version = "1.0.10
6
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab444
9"
checksum = "
36df6ac6412072f67cf767ebbde4133a5b2e88e76dc6187fa7104cd16f78339
9"
[[package]]
name = "serde_derive"
version = "1.0.10
4
"
version = "1.0.10
6
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64
"
checksum = "
9e549e3abf4fb8621bd1609f11dfc9f5e50320802273b12f3811a67e6716ea6c
"
dependencies = [
"proc-macro2",
"quote",
...
...
@@ -684,9 +685,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.
48
"
version = "1.0.
51
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
9371ade75d4c2d6cb154141b9752cf3781ec9c05e0e5cf35060e1e70ee7b9c25
"
checksum = "
da07b57ee2623368351e9a0488bb0b261322a15a6e0ae53e243cbdc0f4208da9
"
dependencies = [
"itoa",
"ryu",
...
...
lib/gled/Cargo.toml
View file @
b24198a7
...
...
@@ -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.4
"
version
=
"1.
1.0
"
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