Yanagi-Patch/launcher/Cargo.toml

15 lines
308 B
TOML
Raw Permalink Normal View History

2024-11-24 23:45:23 +00:00
[package]
name = "launcher"
edition = "2021"
version.workspace = true
[dependencies]
windows = { workspace = true, features = [
"Win32_Foundation",
"Win32_System_Diagnostics_Debug",
"Win32_System_LibraryLoader",
"Win32_System_Memory",
"Win32_System_Threading",
"Win32_Security",
] }