beryllium 0.0.15

An opinionated set of high level wrappers for the `fermium` SDL2 bindings.
Documentation
[package]
name = "beryllium"
description = "An opinionated set of high level wrappers for the `fermium` SDL2 bindings."
repository = "https://github.com/Lokathor/beryllium"
version = "0.0.15"
authors = ["Lokathor <zefria@gmail.com>"]
edition = "2018"
license = "Zlib"


# This forces docs.rs to build us on windows, which has the simplest build for
# docs.rs to perform.
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"


[dependencies]
fermium = "0.0.15"
phantom-fields = "^0.1.2"
libc = "0.2"


[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
objc = "0.2.6"


[dev-dependencies]
gl = "0.12"
glium = "0.25"
ash = "0.29"


[features]
default = []
dynamic_link = ["fermium/dynamic_link"]


[badges]
appveyor = { repository = "Lokathor/beryllium" }
travis-ci = { repository = "Lokathor/beryllium" }