Initial commit
This commit is contained in:
commit
85b940e427
21 changed files with 6825 additions and 0 deletions
11
wl_drm/Cargo.toml
Normal file
11
wl_drm/Cargo.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "wl_drm"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
wayland-client = "0.31.2"
|
||||
wayland-scanner = "0.31.1"
|
||||
wayland-server = "0.31.1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue