gnu: Add rust-wayrs-core-1.

* gnu/packages/crates-graphics.scm (rust-wayrs-core-1): New variable.

Change-Id: I09ca6f47d05701e31104e00cc86edde53d3b55a6
This commit is contained in:
Efraim Flashner 2024-12-04 15:00:34 +02:00
parent b0c7b81912
commit 603f3c536a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -5669,6 +5669,25 @@ crate @code{rust-wayland-client} for usable bindings.")
(description "This package provides a wayland client library.")
(license license:expat)))
(define-public rust-wayrs-core-1
(package
(name "rust-wayrs-core")
(version "1.0.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "wayrs-core" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1jf5gf60rmwky1q8g09adkl6gm8wssixnhm8vc2p1b2ksh6y78mn"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-libc" ,rust-libc-0.2))))
(home-page "https://github.com/MaxVerevkin/wayrs")
(synopsis "Core Wayland types for wayrs")
(description "This package provides the core Wayland types for wayrs.")
(license license:expat)))
(define-public rust-wayrs-proto-parser-2
(package
(name "rust-wayrs-proto-parser")