1
Fork 0
mirror of https://github.com/redstrate/LauncherTweaks.git synced 2025-05-20 09:27:46 +00:00
launchertweaks/Cargo.toml

22 lines
1,007 B
TOML
Raw Permalink Normal View History

2025-04-19 23:10:11 -04:00
[package]
name = "LauncherTweaks"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib"]
name = "winmm"
2025-04-19 23:10:11 -04:00
[dependencies]
skidscan = { git = "https://github.com/redstrate/skidscan", default-features = false } # my fork which contains various fixes
proxy-dll = { git = "https://github.com/redstrate/dll-proxy-rs/", default-features = false } # my fork which contains various fixes and needed to cross-compile from Linux
windows = { version = "0.61", features = ["Win32_Foundation", "Win32_UI_WindowsAndMessaging", "Win32_Networking_WinHttp"], default-features = false }
2025-04-19 23:10:11 -04:00
serde = { version = "1.0", features = ["derive"], default-features = false }
toml = { version = "0.8", features = ["parse"], default-features = false }
retour = { version = "0.3", features = ["static-detour"], default-features = false }
physis = { version = "0.3" }
base64 = "0.22"
[replace]
"mmap-fixed-fixed:0.1.3" = { git = "https://github.com/redstrate/rust-mmap-fixed-fixed" } # my fork which removes the winapi dependency