1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 19:40:46 +02:00

gnu: rust-gfx-0.18: Update to 0.18.3.

* gnu/packages/crates-graphics.scm (rust-gfx-0.18): Update to 0.18.3.
[arguments]: Don't skip the build.

Change-Id: Ibf1960a69f83b78c7dfd1ac8db87308bfac05bac
This commit is contained in:
Efraim Flashner 2024-12-04 15:12:56 +02:00
parent 9439027212
commit 472b54e89e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1523,24 +1523,21 @@ EUI-64, also known as MAC-48 media access control addresses.")
(define-public rust-gfx-0.18 (define-public rust-gfx-0.18
(package (package
(name "rust-gfx") (name "rust-gfx")
(version "0.18.2") (version "0.18.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "gfx" version)) (uri (crate-uri "gfx" version))
(file-name (file-name (string-append name "-" version ".tar.gz"))
(string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "02lf16bgyvdk5imzw0r0xyxjrsyv2ficmf9kiarzvf5zx1bl0xgb"))))
"0nqmxqi3x4ni0g78g77a6aldrv8cfvzhnpqhxyd2ap4aa3wldph1"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:cargo-inputs
#:cargo-inputs (("rust-draw-state" ,rust-draw-state-0.8)
(("rust-log" ,rust-log-0.4) ("rust-gfx-core" ,rust-gfx-core-0.9)
("rust-mint" ,rust-mint-0.5) ("rust-log" ,rust-log-0.4)
("rust-draw-state" ,rust-draw-state-0.8) ("rust-mint" ,rust-mint-0.5))))
("rust-gfx-core" ,rust-gfx-core-0.9))))
(home-page "https://github.com/gfx-rs/gfx") (home-page "https://github.com/gfx-rs/gfx")
(synopsis "High-performance, bindless graphics API") (synopsis "High-performance, bindless graphics API")
(description (description