diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-01-22 16:05:24 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-01-22 16:05:24 +0100 |
| commit | 3f643b961cc54aa5b198c7edfc354ffec0b28a67 (patch) | |
| tree | 1b4ddc8115bb5987353423956ec2fba0bc7fb65f /lib/xixanta/Cargo.toml | |
| parent | 61ef02df2c128cd86efcddd3fa53870bc8d575c4 (diff) | |
| download | tools.nes-3f643b961cc54aa5b198c7edfc354ffec0b28a67.tar.gz tools.nes-3f643b961cc54aa5b198c7edfc354ffec0b28a67.zip | |
Remove dependency on TOML
When I introduced this dependency it looked like a good idea to have a
better-looking replacement to cl65's cfg format. That being said, the
end result wasn't *much* prettier either, and the end result could be
even bigger and equally confusing.
Since 5f48de69f46d ("Add support for cfg files") there is quite the
framework in order to support regular cl65's cfg files. Hence, this
commit takes another approach: let's tune this format to a more
compressed and simplified one. This is now the current "nasm cfg"
format, and it allowed us to re-use a lot of code while also being more
to the point for NES/Famicom development than the original cfg format.
With this new format, we can now remove the dependency on TOML and all
of the inner dependencies which were quite a lot.
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'lib/xixanta/Cargo.toml')
| -rw-r--r-- | lib/xixanta/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/xixanta/Cargo.toml b/lib/xixanta/Cargo.toml index ada2ded..90a0050 100644 --- a/lib/xixanta/Cargo.toml +++ b/lib/xixanta/Cargo.toml @@ -10,4 +10,3 @@ rust-version.workspace = true [dependencies] lazy_static = "1.5.0" -toml = { version = "0.8", features = ["preserve_order"] } |
