Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit c770422

Browse files
committed
feat: Add Windows cross-compilation support and multi-platform documentation
- Add Windows executable build support with MinGW - Update README with platform-specific installation instructions - Add pre-built binaries section in README - Create release-files directory with executables for macOS/Linux and Windows - Remove comments from info.rs for cleaner code - Fix compilation errors for Windows target - Add comprehensive platform support documentation (Arch, Ubuntu, macOS, Windows, Termux)
1 parent d81f2f8 commit c770422

File tree

20 files changed

+689
-2911
lines changed

20 files changed

+689
-2911
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,7 @@ config.toml
5252

5353
# Local environment
5454
.env
55-
.env.local
55+
.env.local
56+
57+
# Theme Creator (moved to separate repository)
58+
theme-creator/

0 commit comments

Comments
 (0)