mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05: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 @@ (define-public rust-line-drawing-0.7
|
|||
graphics and video games.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-lyon-geom-0.14
|
||||
(define-public rust-lyon-geom-0.17
|
||||
(package
|
||||
(name "rust-lyon-geom")
|
||||
(version "0.14.1")
|
||||
(version "0.17.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1448,15 +1448,15 @@ (define-public rust-lyon-geom-0.14
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"178z4cqqmyw0rsabbgx9phkjxjzcnq0604062lqjlq87k063216a"))))
|
||||
"12al92qsh0f8ci3qf3533r4y5hxzzyfp972vm4wqzz9bq9vwx6ff"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-num-traits" ,rust-num-traits-0.2)
|
||||
("rust-euclid" ,rust-euclid-0.20)
|
||||
("rust-arrayvec" ,rust-arrayvec-0.4)
|
||||
("rust-serde" ,rust-serde-1))))
|
||||
(("rust-arrayvec" ,rust-arrayvec-0.5)
|
||||
("rust-euclid" ,rust-euclid-0.22)
|
||||
("rust-num-traits" ,rust-num-traits-0.2)
|
||||
("rust-serde" ,rust-serde-1))))
|
||||
(home-page "https://github.com/nical/lyon")
|
||||
(synopsis "2D graphics rendering on the GPU using tessellation")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue