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]]
|
||||
name = "imgsyn"
|
||||
version = "1.0.0"
|
||||
version = "1.0.0-a"
|
||||
dependencies = [
|
||||
"png",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ or accessed from rust directly.
|
|||
Notably, ImgSyn uses the same model as rust iterators, just for
|
||||
images.
|
||||
|
||||

|
||||

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