tikz-gallery-generator

Custum build of stapix for tikz.pablopie.xyz

Commit
6561d13aa3835379fb37a9bfe2eec074cd3cb48c
Parent
28a4e6c429156954178edf7eb0a87ba3981f5e3f
Author
Pablo <pablo-escobar@riseup.net>
Date

Updated the package name

Diffstat

3 files changed, 15 insertions, 15 deletions

Status File Name N° Changes Insertions Deletions
Modified Cargo.lock 26 13 13
Modified Cargo.toml 2 1 1
Modified README.md 2 1 1
diff --git a/Cargo.lock b/Cargo.lock
@@ -583,19 +583,6 @@ dependencies = [
 ]
 
 [[package]]
-name = "stapix"
-version = "0.2.2"
-dependencies = [
- "crossterm",
- "image",
- "num_cpus",
- "serde",
- "serde_yaml",
- "threadpool",
- "webp",
-]
-
-[[package]]
 name = "syn"
 version = "2.0.39"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -627,6 +614,19 @@ dependencies = [
 ]
 
 [[package]]
+name = "tikz_gallery_generator"
+version = "0.2.2"
+dependencies = [
+ "crossterm",
+ "image",
+ "num_cpus",
+ "serde",
+ "serde_yaml",
+ "threadpool",
+ "webp",
+]
+
+[[package]]
 name = "unicode-ident"
 version = "1.0.12"
 source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/Cargo.toml b/Cargo.toml
@@ -1,5 +1,5 @@
 [package]
-name = "stapix"
+name = "tikz_gallery_generator"
 version = "0.2.2"
 edition = "2021"
 license = "GPLv3"
diff --git a/README.md b/README.md
@@ -1,4 +1,4 @@
-# stapix
+# tikz-gallery-generator
 
 Custum build of [`stapix`](https://git.pablopie.xyz/stapix) for
 <https://tikz.pablopie.xyz>.