Skip to content

Commit 0fb56c1

Browse files
committed
Use git dep for ROMFS.
1 parent 1e797db commit 0fb56c1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

neotron-os/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ menu = "0.3"
3838
neotron-api = "0.2"
3939
neotron-common-bios = "0.12.0"
4040
neotron-loader = "0.1"
41-
neotron-romfs = { path = "../../neotron-romfs/neotron-romfs" }
41+
neotron-romfs = { git = "https://github.com/neotron-compute/neotron-romfs.git" }
4242
pc-keyboard = "0.7"
4343
postcard = "1.0"
4444
r0 = "1.0"

0 commit comments

Comments
 (0)