Pi66

walrs
pywal but if its Fast-Minimal-Simple
git clone https://git.pi66.xyz/walrs

← back to log

1.0.3

author: pixel
date: 2025-03-31 02:38
hash: 0d93c7be7e7d23b5e35ed880aaca8a1033d25bc2

Diffstat:

M

Cargo.toml
2 +++++++++++++++---------------

M

src/main.rs
1 +++++++++++++++
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
diff --git a/Cargo.toml b/Cargo.toml
index a900f12..01a5b23 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ name = "walrs"
 version = "1.0.3"
 edition = "2024"
 description = "walrs is a fast color scheme generator."
-license = "GPL"
+license = "GPL" 
 repository = "https://github.com/pixel2175/walrs"

 [dependencies]
diff --git a/src/main.rs b/src/main.rs
index a974840..d81c12b 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -4,6 +4,7 @@ mod reload;
 mod wallpaper;
 mod utils;

+
 use reload::reload;
 use create_templates::create_template;
 use get_colors::get_colors;