mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-12-25 09:59:21 +01:00
a9d9a38e9d
Some checks failed
CI (Pinnacle) / Build (push) Has been cancelled
CI (Pinnacle) / Run tests (push) Has been cancelled
CI (Pinnacle) / Check formatting (push) Has been cancelled
CI (Pinnacle) / Clippy check (push) Has been cancelled
Build and Publish Lua Docs / Build (push) Has been cancelled
Build Rust Docs / Build docs (push) Has been cancelled
28 lines
746 B
TOML
28 lines
746 B
TOML
[package]
|
|
name = "snowcap"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
smithay-client-toolkit = "0.19.2"
|
|
anyhow = { workspace = true }
|
|
iced = { version = "0.12.1", default-features = false, features = ["wgpu", "tokio"] }
|
|
iced_wgpu = "0.12.1"
|
|
iced_runtime = "0.12.1"
|
|
iced_futures = "0.12.0"
|
|
tracing = { workspace = true }
|
|
tracing-subscriber = { workspace = true }
|
|
raw-window-handle = "0.6.2"
|
|
xdg = { workspace = true }
|
|
smithay-clipboard = "0.7.2"
|
|
tokio = { workspace = true }
|
|
tokio-stream = { workspace = true }
|
|
futures = { workspace = true }
|
|
prost = { workspace = true }
|
|
tonic = { workspace = true }
|
|
tonic-reflection = { workspace = true }
|
|
snowcap-api-defs = { workspace = true }
|
|
xkbcommon = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|