rafx-framework 0.0.12

Rendering framework built on an extensible asset pipeline
Documentation
[dependencies.arrayvec]
version = "0.5"

[dependencies.bitflags]
version = "1.2"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.fnv]
version = "1.0"

[dependencies.glam]
features = ["serde"]
version = "0.13.1"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.11.1"

[dependencies.profiling]
version = "0.1.9"

[dependencies.rafx-api]
features = ["serde-support"]
version = "=0.0.12"

[dependencies.rafx-base]
version = "=0.0.12"

[dependencies.rafx-visibility]
version = "=0.0.12"

[dependencies.serde]
features = ["serde_derive"]
version = "1"

[dependencies.serde_bytes]
version = "0.11"

[dependencies.slotmap]
version = "1.0.2"

[features]
default = []
profile-with-optick = ["profiling/profile-with-optick"]
profile-with-puffin = ["profiling/profile-with-puffin"]
profile-with-superluminal = ["profiling/profile-with-superluminal"]
profile-with-tracy = ["profiling/profile-with-tracy"]
rafx-metal = ["rafx-api/rafx-metal"]
rafx-vulkan = ["rafx-api/rafx-vulkan"]
static-vulkan = ["rafx-api/static-vulkan"]

[package]
authors = ["Philip Degarmo <aclysma@gmail.com>"]
categories = ["game-development", "game-engines", "graphics", "multimedia", "rendering::engine"]
description = "Rendering framework built on an extensible asset pipeline"
edition = "2018"
homepage = "https://github.com/aclysma/rafx"
keywords = ["game", "rendering", "graphics"]
license = "MIT OR Apache-2.0"
name = "rafx-framework"
readme = "../README.md"
repository = "https://github.com/aclysma/rafx"
version = "0.0.12"