mgba-sys 0.1.0

Raw FFI bindings to libmgba (GBA emulator core)
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "mgba-sys"
version = "0.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings to libmgba (GBA emulator core)"
readme = "README.md"
keywords = [
    "gba",
    "emulation",
    "ffi",
    "mgba",
]
categories = [
    "external-ffi-bindings",
    "emulators",
]
license = "MIT AND MPL-2.0"
repository = "https://github.com/ocnc/mgba-rs"

[lib]
name = "mgba_sys"
path = "src/lib.rs"

[build-dependencies.bindgen]
version = "0.71"

[build-dependencies.cmake]
version = "0.1"