gpu-alloc-types 0.3.1

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

name = "gpu-alloc-types"

version = "0.3.1"

authors = ["Zakarum <roman@barykin.me>"]

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 }

serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] }