windres 0.2.1

Compiles Windows resource files (.rc) into a Rust program.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
authors = ["FaultyRAM <explodingpsu@gmail.com>"]
categories = ["development-tools::build-utils"]
description = "Compiles Windows resource files (.rc) into a Rust program."
keywords = ["Windows", "resource", "rc"]
license = "Apache-2.0 OR MIT"
name = "windres"
readme = "README.md"
repository = "https://github.com/FaultyRAM/windres-rs"
version = "0.2.1"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
[target."cfg(all(target_os = \"windows\", target_env = \"msvc\"))".dependencies.find-winsdk]
version = "0.2"
[target."cfg(target_os = \"windows\")".dependencies.concat-string]
version = "1"