Skip to content

Commit

Permalink
增加 string table 导出能力
Browse files Browse the repository at this point in the history
  • Loading branch information
owent committed Aug 25, 2023
1 parent 97c711a commit 0787811
Show file tree
Hide file tree
Showing 5 changed files with 548 additions and 18 deletions.
3 changes: 2 additions & 1 deletion src/exec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xresloader-dump-bin"
version = "2.1.3"
version = "2.2.0"
authors = ["owent <[email protected]>"]
license = "MIT"
description = "A tool to dump human readable text from binary output of xresloader"
Expand All @@ -22,5 +22,6 @@ bytes = { version = "1" }
log = "0.*"
env_logger = "0.*"
json = "0.*"
regex = "1"
clap = { version = "4", features = ["derive"] }
xresloader-protocol = { path = "../protocol" }
Loading

0 comments on commit 0787811

Please sign in to comment.