zust-vm-spirv 0.9.4

SPIR-V code generation backend for the Zust scripting language.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "zust-vm-spirv"
version = "0.9.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SPIR-V code generation backend for the Zust scripting language."
readme = false
keywords = [
    "zust",
    "spirv",
    "gpu",
]
categories = [
    "compilers",
    "rendering",
]
license = "Apache-2.0"
repository = "https://github.com/zhuchuanjing/zust"
resolver = "2"

[lib]
name = "vm_spirv"
path = "src/lib.rs"

[[example]]
name = "vm_spirv_bitonic"
path = "examples/bitonic.rs"

[[example]]
name = "vm_spirv_dump_mandel"
path = "examples/dump_mandel.rs"

[[example]]
name = "vm_spirv_mandelbrot"
path = "examples/mandelbrot.rs"

[[example]]
name = "vm_spirv_pathfind"
path = "examples/pathfind.rs"

[[example]]
name = "vm_spirv_poly"
path = "examples/poly.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.compiler]
version = "0.9.9"
package = "zust-compiler"

[dependencies.dynamic]
version = "0.9.5"
package = "zust-dynamic"

[dependencies.parser]
version = "0.9.6"
package = "zust-parser"

[dependencies.rspirv]
version = "0.13.0"

[dependencies.smol_str]
version = "0.3.6"

[dependencies.spirv]
version = "0.4.0"