mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
17 lines
394 B
TOML
17 lines
394 B
TOML
[package]
|
|
name = "graphite-desktop-bundle"
|
|
description = "Graphite Desktop Bundle"
|
|
version.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
cef-dll-sys = { workspace = true }
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
|
serde = { workspace = true }
|
|
plist = { version = "*" }
|