me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-glam-0.17.

* gnu/packages/crates-io.scm (rust-glam-0.17): New variable.
master
Ricardo Wurmus 2021-11-11 09:45:37 +00:00
parent 43260f681b
commit 60d2566e05
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 28 additions and 0 deletions

View File

@ -20967,6 +20967,34 @@ libcurl, which is intended to be used with the @code{git2} crate.")
(description "Gjson is a JSON parser for Rust.")
(license license:expat)))
(define-public rust-glam-0.17
(package
(name "rust-glam")
(version "0.17.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "glam" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0xm7jdygbxchdvk6k1l1pdag843nkwdm8fikwgp0i1gxgawk45z0"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-approx" ,rust-approx-0.5)
("rust-bytemuck" ,rust-bytemuck-1.5)
("rust-mint" ,rust-mint-0.5)
("rust-num-traits" ,rust-num-traits-0.2)
("rust-rand" ,rust-rand-0.8)
("rust-serde" ,rust-serde-1))))
(home-page "https://github.com/bitshifter/glam-rs")
(synopsis "3D math library for games and graphics")
(description
"This package provides a simple and fast 3D math library for games and
graphics.")
(license (list license:expat license:asl2.0))))
(define-public rust-glam-0.16
(package
(name "rust-glam")