1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
[package]
name = "gpu-descriptor-types"
version = "0.2.0"
authors = ["Zakarum <zakarumych@ya.ru>"]
edition = "2018"
description = "Core types of gpu-descriptor crate"
keywords = ["gpu", "vulkan", "allocation", "no-std"]
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/gpu-descriptor-types"
homepage = "https://github.com/zakarumych/gpu-descriptor"
repository = "https://github.com/zakarumych/gpu-descriptor"
[dependencies]
bitflags = { version = "2.4", default-features = false }
|