static_vcruntime 2.0.0

Statically link the VCRuntime when using the MSVC toolchain.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["Chris Denton <christophersdenton@gmail.com>"]
categories = ["development-tools::build-utils", "no-std"]
description = "Statically link the VCRuntime when using the MSVC toolchain."
edition = "2021"
exclude = ["example/*"]
keywords = ["windows", "msvc", "vcruntime"]
license = "MIT OR Apache-2.0 OR Zlib"
name = "static_vcruntime"
repository = "https://github.com/ChrisDenton/static_vcruntime"
resolver = "2"
version = "2.0.0"