[package]
name = "oxgpu"
version = "0.1.0"
edition = "2024"
description = "A lightweight GPU compute library built on wgpu"
license = "MIT"
repository = "https://github.com/vulkanic-labs/oxgpu"
documentation = "https://docs.rs/oxgpu"
readme = "README.md"
keywords = ["gpu", "compute", "wgpu", "shader", "webgpu"]
categories = ["graphics", "science"]
authors = ["Senesh Hansana"]
[dependencies]
bitflags = "2.10.0"
bytemuck = "1.24.0"
wgpu = "27.0.1"
[dev-dependencies]
tokio = { version = "1", features = ["full"] }