[package] name = "libopenmpt-sys" version = "0.3.0" authors = ["Mika Attila ", "Austin Baugh "] links = "openmpt" build = "build.rs" license = "BSD-3-Clause" repository = "https://github.com/aubaugh/libopenmpt-sys" description = "Raw bindings for libopenmpt" keywords = ["music", "mod", "module"] edition = "2021" [dev-dependencies] cpal = "0.15" [build-dependencies] pkg-config = "0.3.30" bindgen = { version = "0.69.4", optional = true } [features] generate-bindings = ["bindgen"]