opening files works o.o

This commit is contained in:
lunarydess
2025-02-18 17:18:12 +01:00
parent 2245bd0feb
commit 6025512ff9
4 changed files with 22 additions and 13 deletions

View File

@@ -10,6 +10,7 @@ eframe = { version = "0.31", default-features = false, features = [
"glow", "persistence",
"wayland",
] }
rfd = "0.15"
env_logger = "0.11"
serde = { version = "1", features = ["derive"] }
egui_code_editor = { git = "https://github.com/lunarydess/Application-Catnip-Editor.git", version = "0.3.0-develop" }