pixelflow-script 0.1.0

Script integration layer for PixelFlow graph construction.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "pixelflow-script"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "Script integration layer for PixelFlow graph construction."
readme.workspace = true
repository.workspace = true
license.workspace = true

[dependencies]
pixelflow-core = { workspace = true }
rhai = { workspace = true }
semisafe = { workspace = true }

[lints]
workspace = true