Added X11 support
This commit is contained in:
commit
384f2dc9a3
5 changed files with 188 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue