Skip to main content

max / shop

422 B · 19 lines History Blame Raw
1 [package]
2 name = "shop-wayland"
3 version = "0.1.0"
4 description = "Wayland window + event queue for shop (renderer-agnostic)"
5 edition.workspace = true
6 rust-version.workspace = true
7 authors.workspace = true
8 repository.workspace = true
9 license.workspace = true
10 publish = false
11
12 [lints]
13 workspace = true
14
15 [dependencies]
16 smithay-client-toolkit.workspace = true
17 wayland-client.workspace = true
18 raw-window-handle.workspace = true
19