editor has separate window now

This commit is contained in:
2025-07-14 01:30:33 +01:00
parent 1b0b53a2d2
commit 35ab726206
4 changed files with 102 additions and 29 deletions
+1 -1
View File
@@ -19,4 +19,4 @@ serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
chrono = { version = "0.4.41", features = ["serde"] }
thiserror = "2.0.12"
egui_commonmark = "0.20.0"
egui_commonmark = { version = "0.20.0", features = ["embedded_image"] }