slint/helper_crates/const-field-offset/Cargo.toml
2024-03-14 08:52:09 +01:00

22 lines
630 B
TOML

# Copyright © SixtyFPS GmbH <info@slint.dev>
# SPDX-License-Identifier: MIT OR Apache-2.0
[package]
name = "const-field-offset"
version = "0.1.5"
authors = ["Slint Developers <info@slint.dev>"]
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Wrapper around field-offset crate and const-field-offset-macro"
repository = "https://github.com/slint-ui/slint"
homepage = "https://slint.dev"
[features]
field-offset-trait = ["const-field-offset-macro/field-offset-trait"]
[dependencies]
const-field-offset-macro = { version = "=0.1.5", path = "./macro" }
field-offset = "0.3.2"
[dev-dependencies]
memoffset = "0.9.0"