Files
Graphite/desktop/platform/linux/Cargo.toml

17 lines
356 B
TOML

[package]
name = "graphite-desktop-platform-linux"
description = "Graphite Desktop Platform Linux"
version.workspace = true
license.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
publish.workspace = true
[[bin]]
name = "graphite"
path = "src/main.rs"
[dependencies]
graphite-desktop = { path = "../.." }