mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 20:51:29 +11:00
e9a8b4643b
Adopt the BufferUsage concept from WebGPU, and replace MemFlags, which is inadequate.
14 lines
310 B
TOML
14 lines
310 B
TOML
[package]
|
|
name = "piet-gpu-hal"
|
|
version = "0.1.0"
|
|
authors = ["Raph Levien <raph.levien@gmail.com>"]
|
|
description = "An abstraction layer for running compute kernels on GPU."
|
|
license = "MIT/Apache-2.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
ash = "0.31"
|
|
ash-window = "0.5"
|
|
raw-window-handle = "0.3"
|
|
bitflags = "1.2.1"
|