winres 0.1.0

Create and set windows icons and metadata for executables
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "winres"
description = "Create and set windows icons and metadata for executables"
version = "0.1.0"
authors = ["Max Resch <resch.max@gmail.com>"]
license = "MIT"
repository = "https://github.com/mxre/winres"
documentation= "https://mxre.github.io/winres"

[lib]
path = "lib.rs"

[dependencies]
toml = "0.1"