Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Add config system
Browse files Browse the repository at this point in the history
  • Loading branch information
PieKing1215 committed Sep 9, 2024
1 parent cd3f4b1 commit 29c2883
Show file tree
Hide file tree
Showing 16 changed files with 414 additions and 31 deletions.
169 changes: 169 additions & 0 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ atomic_float = "1.0.0"
# need latest commit, which is not released ("Fix detour not disabling on drop in release mode")
retour = { git = "https://github.com/Hpmason/retour-rs", rev = "3bab630e234528e848c6c4e0a81656d262224579", features = ["static-detour"] }
num-traits = "0.2"
itertools = "0.13"
itertools = "0.13"
figment = { version = "0.10", features = ["toml"] }
toml = "0.8"
serde = "1.0"
Loading

0 comments on commit 29c2883

Please sign in to comment.