[dependencies.bytemuck]
version = "1.24.0"
[dependencies.pollster]
version = "0.4.0"
[dependencies.wgpu]
version = "27.0.1"
[lib]
name = "gliders"
path = "src/lib.rs"
[package]
authors = ["Glenn Wallace glennw-coding@proton.me"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "A compute shader library with minimal boilerplate."
edition = "2024"
keywords = ["convenience"]
license-file = "LICENSE"
name = "gliders"
readme = "README.md"
repository = "https://github.com/Stack-Syndicate/gliders"
version = "0.1.1"