mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
17 lines
439 B
TOML
17 lines
439 B
TOML
[package]
|
|
name = "graphite-desktop"
|
|
version = "0.1.0"
|
|
description = "Graphite Desktop"
|
|
authors = ["Graphite Authors <contact@graphite.rs>"]
|
|
license = "Apache-2.0"
|
|
repository = ""
|
|
edition = "2021"
|
|
rust-version = "1.79"
|
|
|
|
[dependencies]
|
|
wgpu = { workspace = true }
|
|
winit = { workspace = true, features = ["serde"] }
|
|
thiserror = { workspace = true }
|
|
futures = { workspace = true }
|
|
cef = { workspace = true }
|
|
include_dir = { workspace = true }
|