Files
archived-winres/Cargo.toml
github-actions[bot] d09ed7a5cd publish new versions (#36)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-10 12:14:44 +01:00

19 lines
443 B
TOML

[package]
name = "tauri-winres"
description = "Create and set windows icons and metadata for executables"
version = "0.3.5"
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/"
rust-version = "1.66"
edition = "2021"
[dependencies]
toml = "0.9"
embed-resource = "3"
dunce = "1"