mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
16 lines
389 B
TOML
16 lines
389 B
TOML
[package]
|
|
name = "graphite-desktop-bundle"
|
|
version = "0.0.0"
|
|
description = "Graphite Desktop Bundle"
|
|
authors = ["Graphite Authors <contact@graphite.art>"]
|
|
license = "Apache-2.0"
|
|
repository = ""
|
|
edition = "2024"
|
|
rust-version = "1.87"
|
|
|
|
[dependencies]
|
|
cef-dll-sys = { workspace = true }
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
|
serde = { workspace = true }
|
|
plist = { version = "*" }
|