[package] name = "wxbuild-rs" version = "1.0.0" authors = ["Sergej Jurecko "] edition = "2018" license = "MIT" keywords = ["gui", "ui"] categories = ["GUI"] description = "Compile your wxWidgets c++ code and link with wxWidgets in build.rs files." repository = "https://github.com/SergejJurecko/wxbuild-rs" [dependencies] cc = {version = "1"} # features = ["parallel"]