diff --git a/Cargo.toml b/Cargo.toml index ef5905a..27b9df4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,11 @@ keywords = ["cargo", "ui", "gui"] repository = "https://github.com/sixtyfpsui/cargo-ui" resolver = "2" +[features] +x11 = ["sixtyfps/x11"] +wayland = ["sixtyfps/wayland"] +default = ["x11", "wayland"] + [dependencies] sixtyfps = "0.1.3" tokio = { version = "1", features= ["full"] }