2024-08-09 01:32:13 +00:00
|
|
|
[package]
|
|
|
|
|
name = "windows-targets"
|
|
|
|
|
description = "A drop-in replacement for the real windows-targets crate for use in std only."
|
|
|
|
|
version = "0.0.0"
|
2025-02-12 14:59:57 -08:00
|
|
|
edition = "2024"
|
2024-08-09 01:32:13 +00:00
|
|
|
|
|
|
|
|
[features]
|
|
|
|
|
# Enable using raw-dylib for Windows imports.
|
|
|
|
|
# This will eventually be the default.
|
|
|
|
|
windows_raw_dylib = []
|