[package] name = "wxrust-base" version = "0.0.1-alpha" edition = "2021" description = "Binding for the (part of) wxBase library of the wxWidgets toolkit." license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] vendored = [ "wxrust-config/vendored", ] [build-dependencies] cc = "1.0.72" wxrust-config = "0.0.1-alpha2"