mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: Add rust-obj-0.10.
* gnu/packages/crates-io.scm (rust-obj-0.10): New variable.
This commit is contained in:
parent
646686f66c
commit
4ce25a6158
1 changed files with 20 additions and 0 deletions
|
@ -39886,6 +39886,26 @@ (define-public rust-obfstr-0.3
|
||||||
form and deobfuscated locally.")
|
form and deobfuscated locally.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-obj-0.10
|
||||||
|
(package
|
||||||
|
(name "rust-obj")
|
||||||
|
(version "0.10.2")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "obj" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0jks8qzjn59na40dv9m0q2j540i04cddbkbq02scgk9qawj9b705"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-genmesh" ,rust-genmesh-0.6))))
|
||||||
|
(home-page "https://github.com/kvark/obj")
|
||||||
|
(synopsis "Package for loading Wavefront .obj files")
|
||||||
|
(description
|
||||||
|
"This package provides a package for loading Wavefront @code{.obj} files.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public rust-obj-0.9
|
(define-public rust-obj-0.9
|
||||||
(package
|
(package
|
||||||
(name "rust-obj")
|
(name "rust-obj")
|
||||||
|
|
Loading…
Reference in a new issue