You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
400 B
TOML

[package]
name = "kea_gpu"
version = "0.1.0"
edition = "2021"
license = "MIT"
[dependencies]
ash = { version = "0.37.2", features = ["linked"] }
ash-window = "0.12.0"
raw-window-handle="0.5.1"
winit = "0.28.3"
log = "0.4.17"
gpu-allocator = "0.22.0"
memoffset = "0.8.0"
num-traits = "0.2.15"
downcast-rs = "1.2.0"
spirv-builder = "0.7.0"
spirv-std = "0.7.0"
kea_gpulib = { path = "../kea_gpulib" }