mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-lyon-geom-0.17.
* gnu/packages/crates-graphics.scm (rust-lyon-geom-0.17): New variable. (rust-lyon-geom-0.14): Remove variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
6e4a6b5f8e
commit
ac2aa4b956
1 changed files with 7 additions and 7 deletions
|
@ -1436,10 +1436,10 @@ pixel buffers with width, height and stride.")
|
||||||
graphics and video games.")
|
graphics and video games.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-lyon-geom-0.14
|
(define-public rust-lyon-geom-0.17
|
||||||
(package
|
(package
|
||||||
(name "rust-lyon-geom")
|
(name "rust-lyon-geom")
|
||||||
(version "0.14.1")
|
(version "0.17.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1448,15 +1448,15 @@ graphics and video games.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"178z4cqqmyw0rsabbgx9phkjxjzcnq0604062lqjlq87k063216a"))))
|
"12al92qsh0f8ci3qf3533r4y5hxzzyfp972vm4wqzz9bq9vwx6ff"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-num-traits" ,rust-num-traits-0.2)
|
(("rust-arrayvec" ,rust-arrayvec-0.5)
|
||||||
("rust-euclid" ,rust-euclid-0.20)
|
("rust-euclid" ,rust-euclid-0.22)
|
||||||
("rust-arrayvec" ,rust-arrayvec-0.4)
|
("rust-num-traits" ,rust-num-traits-0.2)
|
||||||
("rust-serde" ,rust-serde-1))))
|
("rust-serde" ,rust-serde-1))))
|
||||||
(home-page "https://github.com/nical/lyon")
|
(home-page "https://github.com/nical/lyon")
|
||||||
(synopsis "2D graphics rendering on the GPU using tessellation")
|
(synopsis "2D graphics rendering on the GPU using tessellation")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue