[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"