axal 0.1.0

Framework to greatly simply emulation core development. Provides methods to auto-generate bindings for libretro in addition to a stand-alone UI.
Documentation
[package]
name = "axal"
description = "Framework to greatly simply emulation core development. Provides methods to auto-generate bindings for libretro in addition to a stand-alone UI."
homepage = "https://github.com/mehcode/axal"
repository = "https://github.com/mehcode/axal"
license = "MIT"
readme = "README.md"
version = "0.1.0"
links = "axal"
build = "build.rs"
authors = [
  "Ryan Leckey <leckey.ryan@gmail.com>"
]

[dependencies]
libc = "0.2.18"

[build-dependencies]
cmake = "0.1"