[package] name = "spout_texture_share" version = "0.1.0" edition = "2021" description = "Rust binding of Spout c++ library" repository = "https://github.com/edeetee/render-graph" readme = "README.md" license = "MIT OR Apache-2.0" categories = ["multimedia::video", "os::windows-apis", "rendering::graphics-api"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] autocxx = "0.22.4" cxx = "1.0" [build-dependencies] autocxx-build = "0.22.4" miette = { version="4.3", features=["fancy"] } # optional but gives nicer error messages!