mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
* change bin names * set win product name * Update Windows metadata --------- Co-authored-by: Keavon Chambers <keavon@keavon.com>
19 lines
424 B
TOML
19 lines
424 B
TOML
[package]
|
|
name = "graphite-desktop-platform-win"
|
|
version = "0.0.0"
|
|
description = "Graphite Desktop Platform Windows"
|
|
authors = ["Graphite Authors <contact@graphite.art>"]
|
|
license = "Apache-2.0"
|
|
repository = ""
|
|
edition = "2024"
|
|
rust-version = "1.87"
|
|
|
|
[[bin]]
|
|
name = "graphite"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
graphite-desktop = { path = "../.." }
|
|
|
|
[target.'cfg(target_os = "windows")'.build-dependencies]
|
|
winres = "0.1"
|