i-slint-core-macros 1.8.0

Helper macro for i-slint-core
Documentation
# Copyright © SixtyFPS GmbH <info@slint.dev>
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0

[package]
name = "i-slint-core-macros"
description = "Helper macro for i-slint-core"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true

[features]
default = []

[lib]
proc-macro = true
path = "lib.rs"

[dependencies]
quote = "1.0"
syn = "2.0"