pix-engine 0.4.2

A cross-platform graphics/UI engine framework for simple games, visualizations, and graphics demos.
Documentation
[dependencies.bitflags]
version = "1.2.1"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.num-traits]
version = "0.2.14"

[dependencies.png]
version = "0.17.1"

[dependencies.rand]
version = "0.8.4"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.126"

[features]
default = []
opengl = []
use-vcpkg = ["sdl2/static-link", "sdl2/use-vcpkg"]

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["Luke Petherbridge <me@lukeworks.tech>"]
categories = ["game-development", "game-engines", "graphics", "gui", "rendering"]
description = "A cross-platform graphics/UI engine framework for simple games, visualizations, and graphics demos."
documentation = "https://docs.rs/pix-engine"
edition = "2018"
keywords = ["game-engine", "graphics", "ui", "gui", "rendering"]
license = "MIT OR Apache-2.0"
name = "pix-engine"
repository = "https://github.com/lukexor/pix-engine.git"
resolver = "2"
version = "0.4.2"
[package.metadata.docs.rs]
features = ["serde"]
targets = ["x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]

[package.metadata.vcpkg]
dependencies = ["sdl2", "sdl2-image[libjpeg-turbo,tiff,libwebp]", "sdl2-ttf", "sdl2-gfx", "sdl2-mixer"]
git = "https://github.com/microsoft/vcpkg"
rev = "2a31089e777fc187f1cc05338250b8e1810cfb52"
[package.metadata.vcpkg.target.x86_64-pc-windows-msvc]
triplet = "x64-windows-static-md"
[profile.dev]
opt-level = 2

[profile.release]
codegen-units = 8
lto = "thin"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.include_dir]
version = "0.6.1"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.sdl2]
default_features = false
features = ["gfx", "image", "mixer", "ttf", "unsafe_textures"]
version = "0.34.5"
[target."cfg(target_arch = \"wasm32\")".dependencies.getrandom]
features = ["js"]
version = "0.2.3"
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.console_error_panic_hook]
version = "0.1.6"

[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
version = "0.3.24"