mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 14:51:15 +00:00
11 lines
220 B
TOML
11 lines
220 B
TOML
[package]
|
|
name = "const-field-offset"
|
|
version = "0.1.0"
|
|
authors = ["Sixty FPS <info@sixtyfps.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
const-field-offset-macro = { path = "./macro" }
|
|
|
|
[dev-dependencies]
|
|
memoffset = "0.5.4"
|