Cargo Features
[dependencies]
skia-window = { version = "0.1.0", default-features = false, features = ["desktop", "egl", "glx", "wgl", "x11", "wayland"] }
- default = egl, wayland, wgl
-
These default features are set whenever
skia-window
is added without
somewhere in the dependency tree.default-features = false - desktop
- egl default
-
Enables egl of glutin ^0.31
- glx = x11
-
Enables glx and x11 of glutin ^0.31, x11 of lento-winit
- wgl default
-
Enables wgl of glutin ^0.31
- x11 glx?
-
Enables x11 of glutin ^0.31 and lento-winit
- wayland default
-
Enables wayland of glutin ^0.31, wayland, wayland-csd-adwaita-notitle and wayland-dlopen of lento-winit
skia-window has 7 features without comments.