Initial commit

This commit is contained in:
Shawn Wallace 2024-04-29 00:27:22 -04:00
commit 85b940e427
21 changed files with 6825 additions and 0 deletions

11
wl_drm/Cargo.toml Normal file
View 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"