Added X11 support

This commit is contained in:
David Johnson 2022-01-15 08:17:17 -06:00
commit 384f2dc9a3
5 changed files with 188 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "softbuffer"
version = "0.1.0"
edition = "2021"
[dependencies]
raw-window-handle = "0.4.2"
x11-dl = "2.19.1"
[dev-dependencies]
winit = "0.26.1"