Cargo Features
x11rb-async has no features set by default.
[dependencies]
x11rb-async = { version = "0.13.2", features = ["all-extensions", "extra-traits", "composite", "damage", "dbe", "dpms", "dri2", "dri3", "glx", "present", "randr", "record", "render", "res", "screensaver", "shape", "shm", "sync", "xevie", "xf86dri", "xf86vidmode", "xfixes", "xinerama", "xinput", "xkb", "xprint", "xselinux", "xtest", "xv", "xvmc", "allow-unsafe-code"] }
- all-extensions = composite, damage, dbe, dpms, dri2, dri3, glx, present, randr, record, render, res, screensaver, shape, shm, sync, xevie, xf86dri, xf86vidmode, xfixes, xinerama, xinput, xkb, xprint, xselinux, xtest, xv, xvmc
-
Enable this feature to enable all the X11 extensions
Enables all-extensions of x11rb-protocol
- extra-traits
-
Enable extra traits on protocol types.
Enables extra-traits of x11rb-protocol
- composite all-extensions? = xfixes
-
Enables composite of x11rb-protocol
x11rb-protocol:
Features to enable individual X11 extensions
Affects
protocol::composite… - damage all-extensions? = xfixes
-
Enables damage of x11rb-protocol
Affects
protocol::damage… - dbe all-extensions?
-
Enables dbe of x11rb-protocol
Affects
protocol::dbe… - dpms all-extensions?
-
Enables dpms of x11rb-protocol
Affects
protocol::dpms… - dri2 all-extensions?
-
Enables dri2 of x11rb-protocol
Affects
protocol::dri2… - dri3 all-extensions?
-
Enables dri3 of x11rb-protocol
Affects
protocol::dri3… - glx all-extensions?
-
Enables glx of x11rb-protocol
Affects
protocol::glx… - present all-extensions? = randr, sync, xfixes
-
Enables present of x11rb-protocol
Affects
protocol::present… - randr all-extensions? present? = render
-
Enables randr of x11rb-protocol
Affects
protocol::randr… - record all-extensions?
-
Enables record of x11rb-protocol
Affects
protocol::record… - render all-extensions? randr? xfixes?
-
Enables render of x11rb-protocol
Affects
protocol::render… - res all-extensions?
-
Enables res of x11rb-protocol
Affects
protocol::res… - screensaver all-extensions?
-
Enables screensaver of x11rb-protocol
Affects
protocol::screensaver… - shape all-extensions? xfixes?
-
Enables shape of x11rb-protocol
Affects
protocol::shape… - shm all-extensions? xv?
-
Enables shm of x11rb-protocol
Affects
protocol::shm… - sync all-extensions? present?
-
Enables sync of x11rb-protocol
Affects
protocol::sync… - xevie all-extensions?
-
Enables xevie of x11rb-protocol
Affects
protocol::xevie… - xf86dri all-extensions?
-
Enables xf86dri of x11rb-protocol
Affects
protocol::xf86dri… - xf86vidmode all-extensions?
-
Enables xf86vidmode of x11rb-protocol
Affects
protocol::xf86vidmode… - xfixes all-extensions? composite? damage? present? xinput? = render, shape
-
Enables xfixes of x11rb-protocol
Affects
protocol::xfixes… - xinerama all-extensions?
-
Enables xinerama of x11rb-protocol
Affects
protocol::xinerama… - xinput all-extensions? = xfixes
-
Enables xinput of x11rb-protocol
Affects
protocol::xinput… - xkb all-extensions?
-
Enables xkb of x11rb-protocol
Affects
protocol::xkb… - xprint all-extensions?
-
Enables xprint of x11rb-protocol
Affects
protocol::xprint… - xselinux all-extensions?
-
Enables xselinux of x11rb-protocol
Affects
protocol::xselinux… - xtest all-extensions?
-
Enables xtest of x11rb-protocol
Affects
protocol::xtest… - xv all-extensions? xvmc? = shm
-
Enables xv of x11rb-protocol
Affects
protocol::xv… - xvmc all-extensions? = xv
-
Enables xvmc of x11rb-protocol
Affects
protocol::xvmc… - allow-unsafe-code
-
Enables allow-unsafe-code of x11rb
x11rb:
Without this feature, all uses of
unsafein the crate are forbidden via #![deny(unsafe_code)]. This has the effect of disabling the XCB FFI bindings.