[package]
edition = "2021"
rust-version = "1.89"
name = "ironaccelerator-webgpu"
version = "2.1.0"
authors = ["NERVOSYS"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebGPU backend for IronAccelerator — the browser/WASM compute path, host-bound and dependency-free."
homepage = "https://github.com/nervosys/IronAccelerator"
documentation = "https://docs.rs/ironaccelerator-webgpu"
readme = false
keywords = [
"webgpu",
"wasm",
"gpu",
"browser",
"compute",
]
categories = [
"api-bindings",
"hardware-support",
"wasm",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/nervosys/IronAccelerator"
[features]
default = []
[lib]
name = "ironaccelerator_webgpu"
path = "src/lib.rs"
[[test]]
name = "wasm_binding"
path = "tests/wasm_binding.rs"
[dependencies.ironaccelerator-core]
version = "2.1.0"
[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test]
version = "0.3"