squirrel-sys 0.1.0

FFI bindings to the squirrel language.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "squirrel-sys"
version = "0.1.0"
authors = ["robbymadruga@gmail.com"]
description = "FFI bindings to the squirrel language."
readme = "README.md"
license = "MIT"
repository = "https://github.com/robbym/squirrel-sys"
homepage = "https://github.com/robbym/squirrel-sys"
build = "build.rs"

[build-dependencies]
bindgen = "0.23"
cmake = "0.1"