first runnable
This commit is contained in:
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "my-clock"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
slint = "1.15.1"
|
||||
chrono = "0.4"
|
||||
|
||||
[build-dependencies]
|
||||
slint-build = "1.15.1"
|
||||
Reference in New Issue
Block a user