[dependencies.bitflags]
version = "1.2.1"
[dependencies.fontstash]
optional = true
version = "0.1.6"
[dependencies.log]
version = "0.4.11"
[dependencies.rokol_derive]
optional = true
version = "0.1.0"
[dependencies.rokol_ffi]
version = "0.3.0"
[dependencies.sdl2]
optional = true
version = "0.34.3"
[features]
d3d11 = ["rokol_ffi/d3d11"]
default = ["sdl2", "impl-gfx", "glcore33", "fontstash"]
glcore33 = ["rokol_ffi/glcore33"]
impl-app = ["rokol_ffi/impl-app"]
impl-gfx = ["rokol_ffi/impl-gfx", "rokol_derive"]
metal = ["rokol_ffi/metal"]
[package]
authors = ["toyboot4e <toyboot4e@gmail.com>"]
categories = ["game-development", "graphics"]
description = "Rust bindings to Sokol"
edition = "2018"
exclude = ["examples", "book"]
keywords = ["graphics", "gamedev"]
license = "MIT"
name = "rokol"
repository = "https://github.com/toyboot4e/rokol"
version = "0.3.0"
[package.metadata.docs.rs]
features = ["impl-app", "sdl2", "impl-gfx", "glcore33", "fontstash"]