init, basic glogg clone

This commit is contained in:
2025-12-02 18:30:12 +01:00
parent fb9967ea41
commit e60f2bf319
26 changed files with 6512 additions and 0 deletions

5
.cargo/config.toml Normal file
View File

@@ -0,0 +1,5 @@
# Cargo configuration for cross-compilation
[target.x86_64-pc-windows-gnu]
linker = "x86_64-w64-mingw32-gcc"
ar = "x86_64-w64-mingw32-ar"