Initial commit
This commit is contained in:
commit
85b940e427
21 changed files with 6825 additions and 0 deletions
9
testwl/Cargo.toml
Normal file
9
testwl/Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "testwl"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
wayland-protocols = { version = "0.31.2", features = ["server", "unstable"] }
|
||||
wayland-server = "0.31.1"
|
||||
wl_drm = { path = "../wl_drm" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue