Add rom to workspace
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
9a3f604b39
commit
d9c6d29596
1 changed files with 2 additions and 0 deletions
|
@ -2,8 +2,10 @@
|
||||||
members = [
|
members = [
|
||||||
"pkstrings",
|
"pkstrings",
|
||||||
"savestate",
|
"savestate",
|
||||||
|
"rom",
|
||||||
]
|
]
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
pkstrings = { path = "pkstrings" }
|
pkstrings = { path = "pkstrings" }
|
||||||
savestate = { path = "savestate" }
|
savestate = { path = "savestate" }
|
||||||
|
rom = { path = "rom" }
|
||||||
|
|
Loading…
Reference in a new issue