graph message

This commit is contained in:
Tove 2026-02-09 18:27:33 +01:00
parent d30482d872
commit 4bffc866cd
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -50,7 +50,7 @@ dependencies = [
[[package]]
name = "imgsyn"
version = "1.0.0"
version = "1.0.0-a"
dependencies = [
"png",
]

View file

@ -3,7 +3,7 @@ name = "imgsyn"
description = "Image synthesizer"
license = "MIT"
repository = "https://git.tudbut.de/tudbut/imgsyn"
version = "1.0.0"
version = "1.0.0-a"
edition = "2024"
[dependencies]

View file

@ -8,7 +8,7 @@ or accessed from rust directly.
Notably, ImgSyn uses the same model as rust iterators, just for
images.
![A graph created in ImgSyn](./graph.png)
![A graph created in ImgSyn - See git repo if it doesn't display](./graph.png)
See the tests in lib.rs for some examples.