gpu-alloc-erupt 0.1.0

`erupt` backend for `gfx-alloc`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "gpu-alloc-erupt"

version = "0.1.0"

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

edition = "2018"

description = "`erupt` backend for `gfx-alloc`"

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

license = "MIT OR Apache-2.0"

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

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

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



[dependencies]

gpu-alloc-types = { path = "../types", version = "0.1" }

tracing = { version = "0.1", features = ["attributes"], optional = true }

erupt = { version = "0.15", default-features = false, features = ["loading"] }

tinyvec = { version = "1.0",  default-features = false, features = ["alloc"] }