Working to actually create an iced lumina
This commit is contained in:
parent
0121dfa8f3
commit
084ce2fc32
8 changed files with 3928 additions and 674 deletions
17
Cargo.toml
17
Cargo.toml
|
@ -1,11 +1,20 @@
|
|||
[package]
|
||||
name = "lumina-iced-test"
|
||||
name = "lumina"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "A cli presentation system"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
iced = { version = "0.12.1", features = ["tokio", "image", "debug", "system"] }
|
||||
iced_aw = "0.9.2"
|
||||
# iced_winit = "0.10.0"
|
||||
clap = { version = "4.5.20", features = ["debug", "derive"] }
|
||||
libcosmic = { git = "https://github.com/pop-os/libcosmic", features = ["debug", "winit", "tokio", "xdg-portal", "dbus-config", "a11y", "wayland", "wgpu", "multi-window", "single-instance"] }
|
||||
# iced = { version = "0.13.1", features = ["tokio", "image", "debug", "system"] }
|
||||
# iced_aw = "0.11.0"
|
||||
lexpr = "0.2.7"
|
||||
miette = { version = "7.2.0", features = ["fancy"] }
|
||||
pretty_assertions = "1.4.1"
|
||||
serde = { version = "1.0.213", features = ["derive"] }
|
||||
serde-lexpr = "0.1.3"
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = { version = "0.3.18", features = ["fmt", "std", "chrono", "time", "local-time", "env-filter"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue