You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
347 B

4 years ago
[package]
name = "ghost"
4 years ago
description = "Blender GHOST Rust bindings"
keywords = ["ffi", "gui", "blender"]
4 years ago
version = "0.1.0"
4 years ago
authors = ["Avril <flanchan@cumallover.me>", "Ange <ange@bloome.rs>"]
4 years ago
edition = "2018"
4 years ago
# the game :^)
4 years ago
[dependencies]
libc = "0.2.76"
[build-dependencies]
rustc_version = "0.2"
[lib]
crate-type = ["staticlib", "cdylib"]