cataclysm_engine/Cargo.toml

15 lines
262 B
TOML

[package]
name = "cataclysm_engine"
version = "0.1.0"
edition = "2021"
[dependencies.windows]
path = "lib/windows"
features = [
"Win32_Foundation",
"Win32_Security",
"Win32_Storage_FileSystem",
"Win32_System_Threading",
"Win32_System_IO",
]