[package]
edition = "2021"
name = "rust-spout2"
version = "0.1.0"
authors = ["clover0916"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for Spout2 on Windows."
homepage = "https://github.com/clover0916/rust-spout2"
readme = "README.md"
keywords = [
"spout",
"graphics",
"windows",
"interop",
]
categories = [
"api-bindings",
"graphics",
]
license = "MPL-2.0"
repository = "https://github.com/clover0916/rust-spout2"
[features]
default = []
godot = ["dep:godot"]
[lib]
name = "rust_spout2"
crate-type = [
"cdylib",
"lib",
]
path = "src/lib.rs"
[dependencies.autocxx]
version = "0.26"
[dependencies.cxx]
version = "1.0"
[dependencies.godot]
version = "0.1"
optional = true
[dependencies.thiserror]
version = "1.0"
[build-dependencies.autocxx-build]
version = "0.26"
[build-dependencies.cmake]
version = "0.1"