[package]
edition = "2021"
rust-version = "1.75"
name = "ringkernel-wgpu-codegen"
version = "0.4.0"
authors = ["Michael Ivertowski <mivertowski@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WGSL code generation from Rust DSL for RingKernel"
homepage = "https://github.com/mivertowski/RustCompute"
readme = "README.md"
keywords = [
"gpu",
"wgsl",
"webgpu",
"codegen",
"transpiler",
]
categories = [
"development-tools",
"compilers",
"graphics",
]
license = "Apache-2.0"
repository = "https://github.com/mivertowski/RustCompute"
[lib]
name = "ringkernel_wgpu_codegen"
path = "src/lib.rs"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2.0"
features = [
"full",
"extra-traits",
"full",
"visit",
"extra-traits",
"parsing",
]
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.naga]
version = "24.0"
features = ["wgsl-in"]