graph message
This commit is contained in:
parent
d30482d872
commit
4bffc866cd
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -50,7 +50,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "imgsyn"
|
name = "imgsyn"
|
||||||
version = "1.0.0"
|
version = "1.0.0-a"
|
||||||
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"
|
version = "1.0.0-a"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
See the tests in lib.rs for some examples.
|
See the tests in lib.rs for some examples.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue