aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2025-01-10 16:35:12 +0100
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-01-10 16:35:12 +0100
commit7c09adae9e2710aefccd25b2920ca684c714ef49 (patch)
tree45870865c7700e28d092469ee9d850cc70f3f292 /Cargo.lock
parent343b2a41a36286a5f950116c183cd2ae54aad1bd (diff)
downloadtools.nes-7c09adae9e2710aefccd25b2920ca684c714ef49.tar.gz
tools.nes-7c09adae9e2710aefccd25b2920ca684c714ef49.zip
Introduce xa65
This is a bridge between 'nasm' and 'cl65'. That is, it runs the same command on both 'nasm' and 'cl65', compares the resulting binaries, and gives back the binary from 'cl65'. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index bbc3dbf..9d9cd47 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -453,6 +453,15 @@ dependencies = [
]
[[package]]
+name = "xa65"
+version = "0.1.0"
+dependencies = [
+ "anyhow",
+ "clap",
+ "rand",
+]
+
+[[package]]
name = "xixanta"
version = "0.1.0"
dependencies = [