about summary refs log tree commit diff
path: root/library/windows_targets/Cargo.toml
blob: 1c804a0ab391fe98996d40263ab94bee776cf7e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "windows-targets"
description = "A drop-in replacement for the real windows-targets 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 = []