init: initial commit
This commit is contained in:
commit
c60336f664
19 changed files with 5186 additions and 0 deletions
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
name = "honeycomb-navigation"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.98"
|
||||
iced = { version = "0.13.1", features = [ "image", "async-std" ] }
|
||||
iced_layershell = "0.13.7"
|
||||
interprocess = "2.3.1"
|
||||
tempfile = "3.20.0"
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = "0.3.19"
|
||||
xkbcommon = "0.9.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue