graph message fix
This commit is contained in:
parent
4bffc866cd
commit
16fc57e481
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -50,7 +50,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "imgsyn"
|
name = "imgsyn"
|
||||||
version = "1.0.0-a"
|
version = "1.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"png",
|
"png",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ name = "imgsyn"
|
||||||
description = "Image synthesizer"
|
description = "Image synthesizer"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://git.tudbut.de/tudbut/imgsyn"
|
repository = "https://git.tudbut.de/tudbut/imgsyn"
|
||||||
version = "1.0.0-a"
|
version = "1.0.1"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue