mirror of
https://github.com/danbulant/appit
synced 2026-05-19 04:08:34 +00:00
15 lines
358 B
TOML
15 lines
358 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.3", default-features = false, features = ["rwh_05"] }
|