mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-12-27 21:58:18 +01:00
16 lines
332 B
TOML
16 lines
332 B
TOML
|
[package]
|
||
|
name = "wlcs_pinnacle"
|
||
|
version = "0.0.1"
|
||
|
authors.workspace = true
|
||
|
edition.workspace = true
|
||
|
repository.workspace = true
|
||
|
publish = false
|
||
|
|
||
|
[lib]
|
||
|
crate-type = ["cdylib"]
|
||
|
|
||
|
[dependencies]
|
||
|
smithay = { workspace = true }
|
||
|
pinnacle = { path = ".." }
|
||
|
wayland-sys = { version = "0.31.1", features = ["client", "server"] }
|
||
|
wlcs = "0.1"
|