2023-05-29 02:14:30 +02:00
|
|
|
[package]
|
|
|
|
name = "pinnacle"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
tracing = "0.1.37"
|
2023-06-06 04:08:37 +02:00
|
|
|
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
|
2023-05-29 02:14:30 +02:00
|
|
|
smithay = { git = "https://github.com/Smithay/smithay" }
|
2023-06-07 19:12:54 +02:00
|
|
|
smithay-drm-extras = { git = "https://github.com/Smithay/smithay", optional = true }
|
|
|
|
thiserror = "1.0.40"
|
|
|
|
xcursor = { version = "0.3.4", optional = true }
|