mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-cgmath-0.16.
* gnu/packages/crates-io.scm (rust-cgmath-0.16): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
a836f50b46
commit
ef6242415b
1 changed files with 27 additions and 0 deletions
|
@ -1880,6 +1880,33 @@ depending on a large number of #[cfg] parameters. Structured like an
|
||||||
for computer graphics.")
|
for computer graphics.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public rust-cgmath-0.16
|
||||||
|
(package
|
||||||
|
(inherit rust-cgmath-0.17)
|
||||||
|
(name "rust-cgmath")
|
||||||
|
(version "0.16.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "cgmath" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"07754c03v3srzf64ghsl3fggrdi4kjy6l3vyq2d2wfjfixybb934"))))
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t ; Crate won't build without glium.
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-approx" ,rust-approx-0.1)
|
||||||
|
("rust-mint" ,rust-mint-0.5)
|
||||||
|
("rust-num-traits" ,rust-num-traits-0.1)
|
||||||
|
("rust-rand" ,rust-rand-0.4)
|
||||||
|
("rust-serde" ,rust-serde-1.0)
|
||||||
|
("rust-simd" ,rust-simd-0.2))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(;("rust-glium" ,rust-glium-0.19)
|
||||||
|
("rust-serde-json" ,rust-serde-json-1.0))))))
|
||||||
|
|
||||||
(define-public rust-ci-info-0.3
|
(define-public rust-ci-info-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-ci-info")
|
(name "rust-ci-info")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue