Allow X11 and Wayland per default
This commit is contained in:
@ -3,10 +3,15 @@ name = "ACL_Editor"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[features]
|
||||
default = ["wayland", "x11"]
|
||||
wayland = ["eframe/wayland"]
|
||||
x11 = ["eframe/x11"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
eframe = { version = "0.28.1", features = [
|
||||
"wayland",
|
||||
"wgpu",
|
||||
"default_fonts",
|
||||
], default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user