drm-sys

Crates.iodrm-sys
lib.rsdrm-sys
version0.8.0
sourcesrc
created_at2017-03-01 00:23:58.289285
updated_at2024-09-24 09:03:14.659685
descriptionBindings to the Direct Rendering Manager API
homepage
repositoryhttps://github.com/Smithay/drm-rs
max_upload_size
id8741
size54,428
Victoria Brekenfeld (Drakulix)

documentation

README

Usage

[dependencies]
drm-sys = "..."

Platforms

The following platforms have prebuilt bindings available:

  • Linux
  • *BSD

The bindings are not architecture dependant, but CI testing only happens for:

  • arm
  • armv7
  • aarch64
  • riscv64gc
  • i686
  • x86_64

If bindings for your target platform are not available, you can attempt to generate them by enabling the use_bindgen feature:

[dependencies.drm-sys]
version = "..."
features = ["use_bindgen"]
Commit count: 542

cargo fmt