mirror of
https://github.com/danbulant/appit
synced 2026-06-19 14:21:21 +00:00
16 lines
369 B
TOML
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"
|