mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-piston-float-1: Drop minor version from name.
* gnu/packages/crates-graphics.scm (rust-piston-float-1): Drop minor version from name. (rust-piston-viewport-1.0): * gnu/packages/crates-io.scm (rust-vecmath-1.0): Apply renaming.
This commit is contained in:
parent
c85f44431a
commit
7735bdb557
2 changed files with 3 additions and 3 deletions
|
@ -1335,7 +1335,7 @@ graphics and video games.")
|
||||||
"The Piston game engine core libraries.")
|
"The Piston game engine core libraries.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-piston-float-1.0
|
(define-public rust-piston-float-1
|
||||||
(package
|
(package
|
||||||
(name "rust-piston-float")
|
(name "rust-piston-float")
|
||||||
(version "1.0.0")
|
(version "1.0.0")
|
||||||
|
@ -1469,7 +1469,7 @@ nicely with Piston libraries.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-piston-float" ,rust-piston-float-1.0))))
|
(("rust-piston-float" ,rust-piston-float-1))))
|
||||||
(home-page "https://github.com/PistonDevelopers/viewport")
|
(home-page "https://github.com/PistonDevelopers/viewport")
|
||||||
(synopsis "Library for storing viewport information")
|
(synopsis "Library for storing viewport information")
|
||||||
(description
|
(description
|
||||||
|
|
|
@ -41055,7 +41055,7 @@ first byte.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-piston-float" ,rust-piston-float-1.0))))
|
(("rust-piston-float" ,rust-piston-float-1))))
|
||||||
(home-page "https://github.com/pistondevelopers/vecmath")
|
(home-page "https://github.com/pistondevelopers/vecmath")
|
||||||
(synopsis "Library for vector math designed for reexporting")
|
(synopsis "Library for vector math designed for reexporting")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue