[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/276: gnu: Add rust-glam-0.24.
From: |
guix-commits |
Subject: |
31/276: gnu: Add rust-glam-0.24. |
Date: |
Wed, 18 Oct 2023 04:48:55 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 0cd7a505622a1e5518600b2cc3027b923247c296
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Oct 1 16:25:26 2023 +0300
gnu: Add rust-glam-0.24.
* gnu/packages/crates-io.scm (rust-glam-0.24): New variable.
(rust-glam-0.17): Inherit from rust-glam-0.24.
---
gnu/packages/crates-io.scm | 43 ++++++++++++++++++++++++++++++++++++-------
1 file changed, 36 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index fed4ac55d4..62840f857b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -28128,27 +28128,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
+(define-public rust-glam-0.24
(package
(name "rust-glam")
- (version "0.17.3")
+ (version "0.24.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "glam" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0xm7jdygbxchdvk6k1l1pdag843nkwdm8fikwgp0i1gxgawk45z0"))))
+ (base32 "0ibrq68ldg1gyynb5ss5hx0gr6p3397cfclh1xrl5prba4bqqhdm"))))
(build-system cargo-build-system)
(arguments
- `(#:skip-build? #t
- #:cargo-inputs
+ `(#:cargo-inputs
(("rust-approx" ,rust-approx-0.5)
+ ("rust-bytecheck" ,rust-bytecheck-0.6)
("rust-bytemuck" ,rust-bytemuck-1)
+ ("rust-libm" ,rust-libm-0.2)
("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))))
+ ("rust-rkyv" ,rust-rkyv-0.7)
+ ("rust-serde" ,rust-serde-1))
+ #:cargo-development-inputs
+ (("rust-criterion" ,rust-criterion-0.4)
+ ("rust-rand-xoshiro" ,rust-rand-xoshiro-0.6)
+ ("rust-rkyv" ,rust-rkyv-0.7)
+ ("rust-serde-json" ,rust-serde-json-1)
+ ("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.3))))
(home-page "https://github.com/bitshifter/glam-rs")
(synopsis "3D math library for games and graphics")
(description
@@ -28156,6 +28163,28 @@ libcurl, which is intended to be used with the
@code{git2} crate.")
graphics.")
(license (list license:expat license:asl2.0))))
+(define-public rust-glam-0.17
+ (package
+ (inherit rust-glam-0.24)
+ (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"))))
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-approx" ,rust-approx-0.5)
+ ("rust-bytemuck" ,rust-bytemuck-1)
+ ("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))))))
+
(define-public rust-glam-0.16
(package
(name "rust-glam")
- 132/276: gnu: rust-test-case-1: Update to 1.2.3., (continued)
- 132/276: gnu: rust-test-case-1: Update to 1.2.3., guix-commits, 2023/10/18
- 133/276: gnu: Add rust-tstr-0.2., guix-commits, 2023/10/18
- 134/276: gnu: rust-unicode-segmentation-1: Update to 1.10.1., guix-commits, 2023/10/18
- 144/276: gnu: Add rust-unicode-id-0.3., guix-commits, 2023/10/18
- 143/276: gnu: Add rust-unreachable-0.1., guix-commits, 2023/10/18
- 150/276: gnu: Add rust-ntest-0.7., guix-commits, 2023/10/18
- 152/276: gnu: Add rust-magic-string-0.3., guix-commits, 2023/10/18
- 156/276: gnu: Add rust-debug-unreachable-0.1., guix-commits, 2023/10/18
- 158/276: gnu: Add rust-browserslist-rs-0.6., guix-commits, 2023/10/18
- 161/276: gnu: Add rust-y4m-0.8., guix-commits, 2023/10/18
- 31/276: gnu: Add rust-glam-0.24.,
guix-commits <=
- 73/276: gnu: rust-web-sys-0.3: Update to 0.3.64., guix-commits, 2023/10/18
- 85/276: gnu: rust-clang-ast-0.1: Update to 0.1.20., guix-commits, 2023/10/18
- 80/276: gnu: rust-unicode-width-0.1: Update to 0.1.11., guix-commits, 2023/10/18
- 105/276: gnu: rust-pin-project-lite-0.2: Update to 0.2.13., guix-commits, 2023/10/18
- 103/276: gnu: Add rust-mio-aio-0.7., guix-commits, 2023/10/18
- 110/276: gnu: rust-tokio-1: Update to 1.32.0., guix-commits, 2023/10/18
- 112/276: gnu: Add rust-asn1-0.15., guix-commits, 2023/10/18
- 114/276: gnu: rust-openssl-0.10: Update to 0.10.57., guix-commits, 2023/10/18
- 109/276: gnu: Add rust-socket2-0.5., guix-commits, 2023/10/18
- 120/276: gnu: Add rust-mimalloc-rust-0.1., guix-commits, 2023/10/18