1 | # Copyright © SixtyFPS GmbH <info@slint.dev> |
2 | # SPDX-License-Identifier: MIT |
3 | |
4 | [package] |
5 | name = "_7guis" |
6 | version = "1.5.1" |
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 = "timer.rs" |
19 | name = "timer" |
20 | |
21 | [[bin]] |
22 | path = "crud.rs" |
23 | name = "crud" |
24 | |
25 | [[bin]] |
26 | path = "circledraw.rs" |
27 | name = "circledraw" |
28 | |
29 | [[bin]] |
30 | path = "cells.rs" |
31 | name = "cells" |
32 | |
33 | |
34 | [dependencies] |
35 | slint = { path = "../../api/rs/slint" } |
36 | chrono = { version = "0.4" , default-features = false, features = ["clock" , "std" ]} |
37 | |