mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
* rust-gpu alpha.1: update nix flake * rust-gpu alpha.1: disable non-working mold shell hook * rust-gpu alpha.1: update rust-gpu to `0.10.0-alpha.1` on crates * Review * Fix gpu nodes * Reduce wasm size --------- Co-authored-by: Timon <me@timon.zip>
15 lines
343 B
TOML
15 lines
343 B
TOML
[package]
|
|
name = "raster-nodes-shaders"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
description = "graphene raster data format"
|
|
authors = ["Graphite Authors <contact@graphite.art>"]
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
|
|
[build-dependencies]
|
|
cargo-gpu-install = { workspace = true }
|
|
env_logger = { workspace = true }
|
|
log = { workspace = true }
|