This commit is contained in:
2025-07-17 02:18:29 +01:00
parent fe8bbae68e
commit 224300f3ea
29 changed files with 1880 additions and 1439 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ edition = "2024"
description = "a basic text editor widget with line numbers"
[dependencies]
egui = "0.31.1"
egui = "0.32.0"
serde = "1"
[lib]