mirror of
https://github.com/CloudNebulaProject/wayray.git
synced 2026-04-10 21:20:40 +00:00
20 lines
414 B
TOML
20 lines
414 B
TOML
|
|
[package]
|
||
|
|
name = "wrsrvd"
|
||
|
|
edition.workspace = true
|
||
|
|
version.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
wayray-protocol.workspace = true
|
||
|
|
tracing.workspace = true
|
||
|
|
tracing-subscriber.workspace = true
|
||
|
|
miette.workspace = true
|
||
|
|
thiserror.workspace = true
|
||
|
|
|
||
|
|
smithay = { version = "0.7", default-features = false, features = [
|
||
|
|
"wayland_frontend",
|
||
|
|
"desktop",
|
||
|
|
"renderer_gl",
|
||
|
|
"backend_winit",
|
||
|
|
] }
|