mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
17 lines
379 B
TOML
17 lines
379 B
TOML
[package]
|
|
name = "raster-nodes-shaders"
|
|
description = "graphene raster data format"
|
|
version.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
|
|
[build-dependencies]
|
|
cargo-gpu-install = { workspace = true }
|
|
env_logger = { workspace = true }
|
|
log = { workspace = true }
|