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
Generated
+7
View File
@@ -851,6 +851,12 @@ version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
[[package]]
name = "data-url"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
[[package]]
name = "digest"
version = "0.10.7"
@@ -1052,6 +1058,7 @@ version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efb41b6833a6aaa99ca5c4f8e75b2410d69a7b3e30148d413f541147404a0dfa"
dependencies = [
"data-url",
"egui",
"egui_extras",
"pulldown-cmark",