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

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