1# Copyright © SixtyFPS GmbH <info@slint.dev>
2# SPDX-License-Identifier: MIT OR Apache-2.0
3
4[package]
5name = "const-field-offset"
6version = "0.1.5"
7authors = ["Slint Developers <info@slint.dev>"]
8edition = "2021"
9license = "MIT OR Apache-2.0"
10description = "Wrapper around field-offset crate and const-field-offset-macro"
11repository = "https://github.com/slint-ui/slint"
12homepage = "https://slint.dev"
13
14[features]
15field-offset-trait = ["const-field-offset-macro/field-offset-trait"]
16
17[dependencies]
18const-field-offset-macro = { version = "=0.1.5", path = "./macro" }
19field-offset = "0.3.2"
20
21[dev-dependencies]
22memoffset = "0.9.0"
23