| 1 | # Copyright © SixtyFPS GmbH <info@slint.dev> |
| 2 | # SPDX-License-Identifier: MIT |
| 3 | |
| 4 | [package] |
| 5 | name = "_7guis" |
| 6 | version = "1.11.0" |
| 7 | authors = ["Slint Developers <info@slint.dev>" ] |
| 8 | edition = "2021" |
| 9 | publish = false |
| 10 | license = "MIT" |
| 11 | rust-version.workspace = true |
| 12 | |
| 13 | [[bin]] |
| 14 | path = "booker.rs" |
| 15 | name = "booker" |
| 16 | |
| 17 | [[bin]] |
| 18 | path = "crud.rs" |
| 19 | name = "crud" |
| 20 | |
| 21 | [[bin]] |
| 22 | path = "circledraw.rs" |
| 23 | name = "circledraw" |
| 24 | |
| 25 | [[bin]] |
| 26 | path = "cells.rs" |
| 27 | name = "cells" |
| 28 | |
| 29 | |
| 30 | [dependencies] |
| 31 | slint = { path = "../../api/rs/slint" } |
| 32 | chrono = { version = "0.4" , default-features = false, features = ["clock" , "std" ] } |
| 33 | |