Cargo Features
skia-window has no features set by default.
[dependencies]
skia-window = { version = "0.4.0", features = ["desktop", "egl", "glx", "wgl", "x11", "wayland", "gl"] }
- desktop
- egl gl? = gl
-
Enables egl of glutin ^0.31
- glx = gl, x11
-
Enables glx and x11 of glutin ^0.31, x11 of deft-winit
- wgl gl? = gl
-
Enables wgl of glutin ^0.31
- x11 glx?
-
Enables x11 of deft-skia-safe and deft-winit
- wayland
-
Enables wayland of deft-skia-safe, wayland, wayland-csd-adwaita-notitle and wayland-dlopen of deft-winit
- gl egl? glx? wgl? = egl, glutin, wgl
-
Enables gl and deft-skia-safe
Affects
soft::gl_presenter
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.