This commit is contained in:
2025-07-15 17:13:35 +01:00
parent 1117ce9f13
commit fe8bbae68e
11 changed files with 201 additions and 49 deletions
+5
View File
@@ -22,3 +22,8 @@ thiserror = "2.0.12"
egui_commonmark = { version = "0.20.0", features = ["embedded_image"] }
walkdir = "2.5.0"
uuid = { version = "1.17.0", features = ["v4"] }
[target.x86_64-pc-windows-gnu]
linker = "x86_64-w64-mingw32-gcc"
ar = "x86_64-w64-mingw32-gcc-ar"