1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[package]
name = "tabbde"
version = "0.0.1"
edition = "2021"
[dependencies]
bitflags = "2.6.0"
[dependencies.smithay]
git = "https://github.com/Smithay/smithay.git"
[dependencies.wayland-scanner]
git = "https://github.com/Smithay/wayland-rs.git"
[dependencies.wayland-server]
git = "https://github.com/Smithay/wayland-rs.git"
[dependencies.wayland-client]
git = "https://github.com/Smithay/wayland-rs.git"
[dependencies.wayland-backend]
git = "https://github.com/Smithay/wayland-rs.git"
[dependencies.urish]
path="./urish"
[workspace]
members = ["urish"]
[workspace.dependencies]
bitflags = "2.6.0"
[workspace.dependencies.smithay]
git = "https://github.com/Smithay/smithay.git"
[workspace.dependencies.wayland-scanner]
git = "https://github.com/Smithay/wayland-rs.git"
[workspace.dependencies.wayland-server]
git = "https://github.com/Smithay/wayland-rs.git"
[workspace.dependencies.wayland-client]
git = "https://github.com/Smithay/wayland-rs.git"
[workspace.dependencies.wayland-backend]
git = "https://github.com/Smithay/wayland-rs.git"