[package]
edition = "2024"
name = "sparklers-sys"
version = "0.1.1"
authors = [
"ahonn <ahonn95@outlook.com>",
"Slint Developers <info@slint.dev>",
]
build = "build.rs"
links = "Sparkle.framework"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level bindings to the Sparkle application update framework for macOS"
homepage = "https://github.com/slint-ui/sparklers"
readme = false
license = "MIT"
repository = "https://github.com/slint-ui/sparklers"
resolver = "2"
[lib]
name = "sparklers_sys"
path = "src/lib.rs"
[build-dependencies.sparklers-find-framework]
version = "0.1"
[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6"
[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
version = "0.3"
features = [
"NSDate",
"NSDictionary",
"NSURL",
"NSBundle",
"NSError",
"NSString",
]