diff options
author | Ben Bridle <bridle.benjamin@gmail.com> | 2025-02-14 09:37:11 +1300 |
---|---|---|
committer | Ben Bridle <bridle.benjamin@gmail.com> | 2025-02-14 09:37:18 +1300 |
commit | 76ebb9cb80eadab97e12bfbbd66a99b2e585d3b1 (patch) | |
tree | 85480e59cf2cedfa94b48d457c9a48eef0705bd6 /Cargo.toml | |
parent | 07ae3438917fd854a46924a410f6890cd0651f1b (diff) | |
download | bedrock-pc-76ebb9cb80eadab97e12bfbbd66a99b2e585d3b1.zip |
Checkpoint
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ edition = "2021" description = "Emulator for running Bedrock programs" [dependencies] -bedrock-asm = { git = "git://benbridle.com/bedrock-asm", tag = "v4.0.6" } +bedrock-asm = { path = "/home/ben/Projects/Bedrock/assemblers/bedrock-asm" } +# bedrock-asm = { git = "git://benbridle.com/bedrock-asm", tag = "v4.0.6" } bedrock-core = { git = "git://benbridle.com/bedrock-core", tag = "v5.0.0" } phosphor = { git = "git://benbridle.com/phosphor", tag = "v3.2.2" } geometry = { git = "git://benbridle.com/geometry", tag = "v1.0.0" } |