From 4bffc866cdb0ccb45d5219ffacb259c5ea0f3a3c Mon Sep 17 00:00:00 2001 From: TudbuT Date: Mon, 9 Feb 2026 18:27:33 +0100 Subject: [PATCH] graph message --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5762525..3d4e31b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -50,7 +50,7 @@ dependencies = [ [[package]] name = "imgsyn" -version = "1.0.0" +version = "1.0.0-a" dependencies = [ "png", ] diff --git a/Cargo.toml b/Cargo.toml index 544d530..6b5a0cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/README.md b/README.md index b0639d8..150e960 100644 --- a/README.md +++ b/README.md @@ -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.