mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
11 lines
284 B
TOML
11 lines
284 B
TOML
[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 = "2021"
|
|
|
|
[features]
|
|
# Enable using raw-dylib for Windows imports.
|
|
# This will eventually be the default.
|
|
windows_raw_dylib = []
|