blob: fc5d0a69bfb5e8f0e9bc0f55b1aa5b325c02e4a4 [file] [log] [blame]
[package]
name = "windows-link"
description = "A drop-in replacement for the real windows-link crate for use in std only."
version = "0.0.0"
edition = "2024"
[lib]
test = false
bench = false
doc = false
[features]
# Enable using raw-dylib for Windows imports.
# This will eventually be the default.
windows_raw_dylib = []