2022-01-15 08:17:17 -06:00
|
|
|
[package]
|
|
|
|
|
name = "softbuffer"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
raw-window-handle = "0.4.2"
|
2022-01-16 08:03:20 -06:00
|
|
|
|
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
2022-01-15 08:17:17 -06:00
|
|
|
x11-dl = "2.19.1"
|
|
|
|
|
|
2022-01-16 08:03:20 -06:00
|
|
|
[target.'cfg(target_os = "windows")'.dependencies]
|
|
|
|
|
winapi = "0.3.9"
|
|
|
|
|
|
2022-01-15 08:17:17 -06:00
|
|
|
[dev-dependencies]
|
|
|
|
|
winit = "0.26.1"
|