gpu-alloc-types 0.2.0

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

[dependencies]
bitflags = { version = "1.2", default-features = false }