Skip to content

Commit

Permalink
Merge pull request #32 from rakaly/file
Browse files Browse the repository at this point in the history
Update to latest save parsers
  • Loading branch information
nickbabcock authored Feb 17, 2025
2 parents 3b4ed5d + 72822e4 commit 5e87a37
Show file tree
Hide file tree
Showing 5 changed files with 246 additions and 193 deletions.
110 changes: 41 additions & 69 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ name = "rakaly"

[dependencies]
libc = "0.2"
eu4save = { git = "https://github.com/rakaly/eu4save.git" }
imperator-save = { git = "https://github.com/rakaly/imperator-save.git", default-features = false, features = ["libdeflate"] }
ck3save = { git = "https://github.com/rakaly/ck3save.git", default-features = false, features = ["libdeflate"] }
eu4save = { git = "https://github.com/rakaly/eu4save.git", default-features = false }
imperator-save = { git = "https://github.com/rakaly/imperator-save.git" }
ck3save = { git = "https://github.com/rakaly/ck3save.git" }
hoi4save = { git = "https://github.com/rakaly/hoi4save.git" }
vic3save = { git = "https://github.com/pdx-tools/pdx-tools", features = ["libdeflate"] }
vic3save = { git = "https://github.com/pdx-tools/pdx-tools" }
thiserror = "1.0"

[build-dependencies]
Expand Down
Loading

0 comments on commit 5e87a37

Please sign in to comment.