craydate-sys 0.1.3

Rust bindings for the Playdate hand held gaming system's C API, generated with bindgen.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

authors = ["Adrienne Walker <enne@quisquo.us>", "Dana Jansens <danakj@orodu.net>"]

description = "Rust bindings for the Playdate hand held gaming system's C API, generated with bindgen."

documentation = "https://docs.rs/craydate-sys"

edition = "2021"

homepage = "https://github.com/danakj/craydate"

license = "MIT/Apache-2.0"

name = "craydate-sys"

repository = "https://github.com/danakj/craydate"

version = "0.1.3"



[dependencies]

bindgen = {version = "0.59", optional = true}



[features]

generate = ["bindgen"]