mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-20 20:56:09 +08:00
24 lines
563 B
TOML
24 lines
563 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")'.dependencies]
|
|
windows-registry = "0.6"
|
|
windows = { version = "0.62", features = ["Win32_UI_Shell"] }
|
|
|
|
[target.'cfg(target_os = "windows")'.build-dependencies]
|
|
winres = "0.1"
|