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 --- docs/res/graph.drawio | 221 +++++++++++++++++++++++++++++++++++++++++++++++ docs/res/graph.png | Bin 0 -> 69856 bytes docs/res/guide.txt | 12 +++ docs/res/icon.png | Bin 0 -> 206092 bytes docs/res/icon_shadow.png | Bin 0 -> 595392 bytes 5 files changed, 233 insertions(+) create mode 100644 docs/res/graph.drawio create mode 100644 docs/res/graph.png create mode 100644 docs/res/guide.txt create mode 100644 docs/res/icon.png create mode 100644 docs/res/icon_shadow.png (limited to 'docs') diff --git a/docs/res/graph.drawio b/docs/res/graph.drawio new file mode 100644 index 0000000..47ac9f4 --- /dev/null +++ b/docs/res/graph.drawio @@ -0,0 +1,221 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/res/graph.png b/docs/res/graph.png new file mode 100644 index 0000000..c942f02 Binary files /dev/null and b/docs/res/graph.png differ diff --git a/docs/res/guide.txt b/docs/res/guide.txt new file mode 100644 index 0000000..4de56b3 --- /dev/null +++ b/docs/res/guide.txt @@ -0,0 +1,12 @@ + ┌────────────────────────────────────┐ + │ 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/docs/res/icon.png b/docs/res/icon.png new file mode 100644 index 0000000..4fa4f03 Binary files /dev/null and b/docs/res/icon.png differ diff --git a/docs/res/icon_shadow.png b/docs/res/icon_shadow.png new file mode 100644 index 0000000..cb5eef9 Binary files /dev/null and b/docs/res/icon_shadow.png differ -- cgit