gpu-alloc-types 0.3.0

Core types of gpu-alloc crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "gpu-alloc-types"

version = "0.3.0"

authors = ["Zakarum <zakarumych@ya.ru>"]

edition = "2018"

description = "Core types of gpu-alloc crate"

documentation = "https://docs.rs/gpu-alloc-types"

readme = "../README.md"

homepage = "https://github.com/zakarumych/gpu-alloc"

repository = "https://github.com/zakarumych/gpu-alloc"

license = "MIT OR Apache-2.0"

keywords = ["gpu", "vulkan", "allocation", "no-std"]

categories = ["graphics", "memory-management", "no-std", "game-development"]



[dependencies]

bitflags = { version = "2.0", default-features = false }