[package] name = "makepad-windows-strip" version = "0.3.0" authors = ["Makepad "] edition = "2021" description = "Makepad windows library strip" license = "MIT OR Apache-2.0" homepage = "https://github.com/makepad/makepad/" repository = "https://github.com/makepad/makepad/" metadata.makepad-auto-version = "3q9p7hJP7S16AZ2sa6ONkcZPa0w=" [dependencies] makepad-rust-tokenizer = {path = "../../libs/rust_tokenizer", version = "1.0.0"} windows-upstream = { package = "windows", version = "=0.62.2", optional = true } [features] nightly=[] fetch-windows-upstream = ["dep:windows-upstream"] [workspace]