tauri-winres 0.1.1

Create and set windows icons and metadata for executables
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "tauri-winres"
description = "Create and set windows icons and metadata for executables"
version = "0.1.1"
authors = [
  "Tauri Programme within The Commons Conservancy",
  "Max Resch <resch.max@gmail.com>"
]
license = "MIT"
repository = "https://github.com/tauri-apps/winres"
documentation = "https://docs.rs/tauri-winres/"

[dependencies]
toml = "0.7"
embed-resource = "2.1"

[dev-dependencies]
winapi = { version = "0.3", features = [ "winnt" ] }