mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
* add bundle for mac os and windows * Fix bundle name This name gets used as the display name of the app on mac os, shorter name looks better and is more consistent. * preserve std out by running bin directly * bundle placeholder on linux * fix linux
12 lines
302 B
TOML
12 lines
302 B
TOML
[package]
|
|
name = "graphite-desktop-platform-linux"
|
|
version = "0.0.0"
|
|
description = "Graphite Desktop Platform Linux"
|
|
authors = ["Graphite Authors <contact@graphite.rs>"]
|
|
license = "Apache-2.0"
|
|
repository = ""
|
|
edition = "2024"
|
|
rust-version = "1.87"
|
|
|
|
[dependencies]
|
|
graphite-desktop = { path = "../.." }
|