[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/194: gnu: Add rust-glam-0.24.
From: |
guix-commits |
Subject: |
31/194: gnu: Add rust-glam-0.24. |
Date: |
Tue, 3 Oct 2023 14:57:16 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 9afa186dc8470b7118f25fae5098c976fbc15040
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 aa26352281..d45dc15627 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -28066,27 +28066,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
@@ -28094,6 +28101,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")
- 16/194: gnu: Add rust-pangocairo-sys-0.17., (continued)
- 16/194: gnu: Add rust-pangocairo-sys-0.17., guix-commits, 2023/10/03
- 12/194: gnu: Add rust-gdk-pixbuf-sys-0.17., guix-commits, 2023/10/03
- 15/194: gnu: Add rust-pango-sys-0.17., guix-commits, 2023/10/03
- 19/194: gnu: Add rust-cuda-std-macros-0.2., guix-commits, 2023/10/03
- 23/194: gnu: Add rust-dashmap-5., guix-commits, 2023/10/03
- 20/194: gnu: Add rust-cuda-std-0.2., guix-commits, 2023/10/03
- 25/194: gnu: rust-encoding-rs-0.8: Update to 0.8.33., guix-commits, 2023/10/03
- 30/194: gnu: Add rust-gg-alloc-1., guix-commits, 2023/10/03
- 11/194: gnu: Add rust-gdk-pixbuf-0.17., guix-commits, 2023/10/03
- 22/194: gnu: Add rust-cust-core-0.1., guix-commits, 2023/10/03
- 31/194: gnu: Add rust-glam-0.24.,
guix-commits <=
- 37/194: gnu: Add rust-glam-0.18., guix-commits, 2023/10/03
- 42/194: gnu: Add rust-nalgebra-0.32., guix-commits, 2023/10/03
- 21/194: gnu: Add rust-cust-derive-0.2., guix-commits, 2023/10/03
- 29/194: gnu: Add rust-freetype-rs-0.32., guix-commits, 2023/10/03
- 32/194: gnu: Add rust-glam-0.23., guix-commits, 2023/10/03
- 36/194: gnu: Add rust-glam-0.19., guix-commits, 2023/10/03
- 38/194: gnu: rust-half-1: Update to 1.8.2., guix-commits, 2023/10/03
- 40/194: gnu: rust-lock-api-0.4: Update to 0.4.10., guix-commits, 2023/10/03
- 27/194: gnu: Add rust-float-eq-1., guix-commits, 2023/10/03
- 39/194: gnu: rust-js-sys-0.3: Update to 0.3.64., guix-commits, 2023/10/03