Skip to content

Commit e86bec1

Browse files
committed
Archival checkin.
1 parent 6d3c2cb commit e86bec1

5 files changed

Lines changed: 509 additions & 168 deletions

File tree

.hgignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ remote
1010
FluxEngine.cydsn/CortexM3
1111
FluxEngine.cydsn/Generated_Source
1212
FluxEngine.cydsn/codegentemp
13+
dep/r
1314

dep/build.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,4 +911,11 @@
911911
path="dep/r/microtar",
912912
),
913913
]
914-
)
914+
)
915+
916+
git_repository(
917+
name="imhex_repo",
918+
url="https://github.com/davidgiven/ImHex",
919+
branch="master",
920+
path="dep/r/imhex",
921+
),

0 commit comments

Comments
 (0)