reworked settings, general interface improvements, more AI configuration, bugfixes and QOL.
Continuous integration / build (push) Has been cancelled

This commit is contained in:
2025-07-30 02:48:49 +01:00
parent 6c40f34122
commit e5a485d3a7
10 changed files with 850 additions and 632 deletions
+1 -6
View File
@@ -1,5 +1,5 @@
[package]
name = "doc_writing_tool"
name = "worldcoder"
version = "0.1.0"
edition = "2024"
@@ -23,8 +23,3 @@ egui_commonmark = { version = "0.21.1", features = ["embedded_image"] }
walkdir = "2.5.0"
uuid = { version = "1.17.0", features = ["v4"] }
reqwest = { version = "0.12.22", features = ["blocking", "json"] }
[target.x86_64-pc-windows-gnu]
linker = "x86_64-w64-mingw32-gcc"
ar = "x86_64-w64-mingw32-gcc-ar"