From 6e034378e1e8b5e86e498a68f647ee9973462d6d Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 14 Apr 2026 16:01:52 +0800 Subject: Move resource files to docs directory --- res/graph.drawio | 221 ---------------------------------------------------- res/graph.png | Bin 69856 -> 0 bytes res/guide.txt | 12 --- res/icon.png | Bin 206092 -> 0 bytes res/icon_shadow.png | Bin 595392 -> 0 bytes 5 files changed, 233 deletions(-) delete mode 100644 res/graph.drawio delete mode 100644 res/graph.png delete mode 100644 res/guide.txt delete mode 100644 res/icon.png delete mode 100644 res/icon_shadow.png (limited to 'res') diff --git a/res/graph.drawio b/res/graph.drawio deleted file mode 100644 index 47ac9f4..0000000 --- a/res/graph.drawio +++ /dev/null @@ -1,221 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/res/graph.png b/res/graph.png deleted file mode 100644 index c942f02..0000000 Binary files a/res/graph.png and /dev/null differ diff --git a/res/guide.txt b/res/guide.txt deleted file mode 100644 index 4de56b3..0000000 --- a/res/guide.txt +++ /dev/null @@ -1,12 +0,0 @@ - ┌────────────────────────────────────┐ - │ Mingling │ - │ The Rust CLI Framework │ - │ │ - │ USE: │ - │ Run command in your project │ - │ > cargo add mingling │ - │ │ - │ Or add this to your Cargo.toml │ - │ > mingling = "0.1.5" │ - │ │ - └────────────────────────────────────┘ diff --git a/res/icon.png b/res/icon.png deleted file mode 100644 index 4fa4f03..0000000 Binary files a/res/icon.png and /dev/null differ diff --git a/res/icon_shadow.png b/res/icon_shadow.png deleted file mode 100644 index cb5eef9..0000000 Binary files a/res/icon_shadow.png and /dev/null differ -- cgit