[*] move oboromi-core to core, oboromi-gui to gui, crates names kept as-is

This commit is contained in:
xinitrcn1
2025-11-17 20:14:44 +00:00
committed by Nikilite
parent 4ff7cca197
commit 4769714bba
199 changed files with 6 additions and 6 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@
/oboromi.log
/third_party/boost_1_89_0
.vscode/
rad/

2
Cargo.lock generated
View File

@@ -2466,8 +2466,6 @@ dependencies = [
name = "oboromi-core"
version = "0.0.1"
dependencies = [
"bitflags 2.9.4",
"log",
"unicorn-engine",
]

View File

@@ -1,8 +1,8 @@
[workspace]
resolver = "3"
members = [
"oboromi-core",
"oboromi-gui",
"core",
"gui",
]
[workspace.dependencies]
@@ -14,4 +14,5 @@ egui = "0.33"
eframe = "0.33"
serde = "1.0"
thiserror = "2.0"
oboromi-core = { path = "oboromi-core" }
oboromi-core = { path = "core" }
oboromi-gui = { path = "gui" }

Some files were not shown because too many files have changed in this diff Show More