mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
17 lines
381 B
TOML
17 lines
381 B
TOML
[package]
|
|
name = "graphene-raster-nodes-shaders"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
description = "graphene raster data format"
|
|
authors = ["Graphite Authors <contact@graphite.rs>"]
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[lib]
|
|
crate-type = ["rlib", "dylib"]
|
|
|
|
[dependencies]
|
|
|
|
[build-dependencies]
|
|
cargo-gpu = { workspace = true }
|
|
env_logger = { workspace = true }
|
|
log = { workspace = true }
|