19 lines
703 B
TOML
19 lines
703 B
TOML
[package]
|
|
name = "untitled"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
windows = { version = "0.61.3", features = ["Foundation", "UI", "Win32", "Win32_UI", "Win32_UI_WindowsAndMessaging", "Win32_Graphics_Gdi", "Win32_System", "Win32_System_LibraryLoader", "Win32_Storage", "Win32_Storage_FileSystem", "Win32_Security", "Win32_Devices", "Win32_Devices_DeviceAndDriverInstallation", "Win32_System_IO", "Devices", "Devices_Usb", "Win32_Devices_Usb", "Win32_System_SystemServices", "Win32_System_Registry"] }
|
|
windows-core = "0.61.2"
|
|
hex = "0.4.3"
|
|
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|
|
|
|
[[bin]]
|
|
name = "force-build"
|
|
path = "C:\\Users\\cr385008\\RustroverProjects\\untitled\\build.rs"
|