加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 806 Bytes
一键复制 编辑 原始数据 按行查看 历史
Viz 提交于 2024-10-05 20:34 . Update for 50.14
[package]
name = "dfint_hook"
version = "0.1.3"
edition = "2021"
[lib]
name = "dfint_hook"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
macro = { path = "src/macro" }
raw = { path = "src/raw" }
retour = { version = "0.3.1", features = ["static-detour"] }
log = "0.4.22"
simple-logging = "2.0.2"
regex = "1.11.0"
backtrace = "0.3.74"
serde = { version = "1.0.210", features = ["derive"] }
static_init = "1.0.3"
anyhow = "1.0.89"
device_query = "2.1.0"
sdl2 = "0.37.0"
fontdue = "0.9.2"
bitflags = "2.6.0"
csv = "1.3.0"
indexmap = "2.6.0"
[target.'cfg(target_os = "windows")'.dependencies]
exe = "0.5.6"
winapi = { version = "^0.3.9", features = [
"minwindef",
"winnt",
"libloaderapi",
"windef",
"winuser",
] }
[target.'cfg(target_os = "linux")'.dependencies]
checksum = "0.2.1"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化