Skip to content

Commit

Permalink
Remove unused "hex" dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
astarivi authored and iliazeus committed Oct 8, 2024
1 parent 7840c71 commit 44d8138
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ anyhow = { version = "1.0.86", features = ["backtrace"] }
bitflags = "2.6.0"
byteorder = "1.5.0"
clap = { version = "4.5.9", features = ["derive"] }
hex = "0.4.3"
num = "0.4.3"
num_enum = "0.7.2"
sha1 = "0.10.6"
Expand Down
1 change: 1 addition & 0 deletions src/game_list/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// DO NOT EDIT; this file is auto-generated.
// Run `./generate.bash titles.jsonl mod.rs` to re-generate.


pub fn find_title_by_id(title_id: u32) -> Option<String> {
GAMES_BY_TITLE_ID
.binary_search_by_key(&title_id, |x| x.0)
Expand Down

0 comments on commit 44d8138

Please sign in to comment.