mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 14:26:13 +01:00
gnu: Add rust-drm-sys-0.5.
* gnu/packages/crates-graphics.scm (rust-drm-sys-0.5): New variable. Change-Id: I34ee567d9cd93630e35e7d2796414af762da2477
This commit is contained in:
parent
91b71f2b86
commit
10c21c3af8
1 changed files with 20 additions and 0 deletions
|
@ -878,6 +878,26 @@ and iOS.")
|
||||||
"This package provides a library to perform image color model conversion.")
|
"This package provides a library to perform image color model conversion.")
|
||||||
(license license:expat-0)))
|
(license license:expat-0)))
|
||||||
|
|
||||||
|
(define-public rust-drm-sys-0.5
|
||||||
|
(package
|
||||||
|
(name "rust-drm-sys")
|
||||||
|
(version "0.5.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "drm-sys" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1bhmwzbraxclivn2h83ab7aqdcly82sy7w85az6mcah6d021qkrs"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-bindgen" ,rust-bindgen-0.66)
|
||||||
|
("rust-pkg-config" ,rust-pkg-config-0.3))))
|
||||||
|
(home-page "https://github.com/Smithay/drm-rs")
|
||||||
|
(synopsis "Bindings to the Direct Rendering Manager API")
|
||||||
|
(description "Bindings to the Direct Rendering Manager API.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-enterpolation-0.2
|
(define-public rust-enterpolation-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-enterpolation")
|
(name "rust-enterpolation")
|
||||||
|
|
Loading…
Add table
Reference in a new issue