appit/Cargo.toml
Jonathan Johnson bde351f2b4
Removing wayland-csd-adwaita by default
This includes an entire rendering library (tiny-skia)
2023-11-19 15:57:17 -08:00

16 lines
369 B
TOML

[package]
name = "appit"
version = "0.1.0"
edition = "2021"
[features]
default = ["x11", "wayland", "wayland-dlopen"]
wayland-csd-adwaita = ["winit/wayland-csd-adwaita"]
x11 = ["winit/x11"]
wayland = ["winit/wayland"]
wayland-dlopen = ["winit/wayland-dlopen"]
[dependencies]
winit = { version = "=0.29.1-beta", default-features = false }
raw-window-handle = "0.5.1"