dmc 0.1.0

(placeholder) Idiomatic replacement for SDL2. The acronym originally stood for DirectMedia Crate.
Documentation
[dependencies.num-traits]
version = "0.1.37"

[dependencies.uuid]
version = "0.5"

[package]
authors = ["Yoan Lecoq <yoanlecoq.io@gmail.com>"]
build = "build.rs"
categories = ["multimedia", "game-engines"]
description = """
(placeholder) Idiomatic replacement for SDL2.
The acronym originally stood for DirectMedia Crate."""
documentation = "https://docs.rs/dmc"
keywords = ["sdl2"]
license = "MIT/Apache-2.0"
name = "dmc"
repository = "https://github.com/yoanlcq/fate"
version = "0.1.0"

[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "openbsd", target_os = "netbsd"))'.dependencies.x11]
features = ["xlib", "glx"]
version = "2.14.0"