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