Files
firezone/rust/windows-client/Cargo.toml
Reactor Scram ce0e396c49 feat(windows): Windows boilerplate and CI (#2715) (#2730)
Testing if CI will build the Windows exe, or at least check the code.

---------

Co-authored-by: Jamil Bou Kheir <jamilbk@users.noreply.github.com>
2023-11-29 14:59:32 +00:00

23 lines
491 B
TOML
Executable File

[package]
name = "firezone-windows-client"
# mark:automatic-version
version = "1.20231001.0"
edition = "2021"
[target.'cfg(windows)'.build-dependencies]
embed-resource = "2.4.0"
[target.'cfg(windows)'.dependencies]
native-windows-derive = "1.0.5"
native-windows-gui = "1.0.13"
[target.'cfg(windows)'.dependencies.windows]
version = "0.52.0"
features = [
"Win32_Foundation",
"Win32_Graphics_Gdi",
"Win32_System_LibraryLoader",
"Win32_UI_Shell",
"Win32_UI_WindowsAndMessaging",
]