tilers/Cargo.toml
2021-08-29 19:33:04 +02:00

15 lines
289 B
TOML

[package]
name = "tilers"
version = "0.1.0"
edition = "2018"
[dependencies.smithay]
version = "0.3.0"
default-features = false
features = ["wayland_frontend"]
[features]
default = ["winit", "egl"]
winit = ["smithay/backend_winit"]
egl = ["smithay/use_system_lib", "smithay/backend_egl"]