rafx 0.0.8

Rendering framework built on an extensible asset pipeline
Documentation
[[example]]
name = "api_triangle"
path = "examples/api_triangle/api_triangle.rs"
required-features = []

[[example]]
name = "framework_triangle"
path = "examples/framework_triangle/framework_triangle.rs"
required-features = ["framework"]

[[example]]
name = "asset_triangle"
path = "examples/asset_triangle/asset_triangle.rs"
required-features = ["assets"]
[dependencies.rafx-api]
version = "=0.0.8"

[dependencies.rafx-assets]
optional = true
version = "=0.0.8"

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

[dependencies.rafx-framework]
optional = true
version = "=0.0.8"

[dependencies.rafx-renderer]
optional = true
version = "=0.0.8"
[dev-dependencies.ash]
version = ">=0.30"

[dev-dependencies.bincode]
version = "1.3.1"

[dev-dependencies.env_logger]
version = "0.6"

[dev-dependencies.glam]
version = "0.8.6"

[dev-dependencies.legion]
default-features = false
version = "0.4.0"

[dev-dependencies.log]
version = "0.4"

[dev-dependencies.profiling]
version = "0.1.4"

[dev-dependencies.sdl2]
features = ["raw-window-handle"]
version = ">=0.34"

[features]
assets = ["rafx-assets", "framework"]
default = []
framework = ["rafx-framework"]
profile-with-optick = ["rafx-framework/profile-with-optick", "rafx-assets/profile-with-optick", "rafx-api/profile-with-optick", "rafx-renderer/profile-with-optick"]
profile-with-puffin = ["rafx-framework/profile-with-puffin", "rafx-assets/profile-with-puffin", "rafx-api/profile-with-puffin", "rafx-renderer/profile-with-puffin"]
profile-with-superluminal = ["rafx-framework/profile-with-superluminal", "rafx-assets/profile-with-superluminal", "rafx-api/profile-with-superluminal", "rafx-renderer/profile-with-superluminal"]
profile-with-tracy = ["rafx-framework/profile-with-tracy", "rafx-assets/profile-with-tracy", "rafx-api/profile-with-tracy", "rafx-renderer/profile-with-tracy"]
rafx-empty = ["rafx-api/rafx-empty"]
rafx-metal = ["rafx-api/rafx-metal"]
rafx-vulkan = ["rafx-api/rafx-vulkan"]
renderer = ["rafx-renderer", "assets"]
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"
readme = "../README.md"
repository = "https://github.com/aclysma/rafx"
version = "0.0.8"