reoganised project

This commit is contained in:
2026-02-23 20:32:45 +00:00
parent 42bc666c11
commit 71b36dc6b5
96 changed files with 662 additions and 46 deletions
+5 -4
View File
@@ -14,10 +14,11 @@ name = "emulator"
required-features = ["config"]
[dependencies]
common = { path = "../common" }
assembler = { path = "../assembler" }
compiler = { path = "../compiler" }
dsa_editor = { path = "../dsa_editor" }
common = { path = "../core/dsa_common" }
assembler = { path = "../core/assembler" }
compiler = { path = "../core/compiler" }
dsa_editor = { path = "./dsa_editor" }
egui = "0.31.1"
dirs = "6.0.0"
discord-presence = { version = "2.0.0", optional = true }