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]] [[package]]
name = "imgsyn" name = "imgsyn"
version = "1.0.0" version = "1.0.0-a"
dependencies = [ dependencies = [
"png", "png",
] ]

View file

@ -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" version = "1.0.0-a"
edition = "2024" edition = "2024"
[dependencies] [dependencies]

View file

@ -8,7 +8,7 @@ or accessed from rust directly.
Notably, ImgSyn uses the same model as rust iterators, just for Notably, ImgSyn uses the same model as rust iterators, just for
images. 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. See the tests in lib.rs for some examples.