14 lines
299 B
TOML
14 lines
299 B
TOML
[package]
|
|
name = "il2cpp"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
windows = { workspace = true, features = [
|
|
"Win32_Foundation",
|
|
"Win32_System_SystemServices",
|
|
"Win32_System_LibraryLoader",
|
|
"Win32_System_Console",
|
|
"Win32_System_Threading",
|
|
"Win32_System_Memory",
|
|
] }
|