mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: Remove rust-gl-generator-0.10.
* gnu/packages/crates-graphics.scm (rust-gl-generator-0.10): Delete variable.
This commit is contained in:
parent
b5e5b5c419
commit
59f6ab72fa
1 changed files with 0 additions and 27 deletions
|
@ -935,33 +935,6 @@ (define-public rust-gl-generator-0.11
|
|||
(base32
|
||||
"1gdchvay0k0g931b2ki33mkfixcw4radk5b8sqsm29rahxg3v8ir"))))))
|
||||
|
||||
(define-public rust-gl-generator-0.10
|
||||
(package
|
||||
(name "rust-gl-generator")
|
||||
(version "0.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gl_generator" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0146yd4i9wbgfrhnkc04w7n7civbanznc0q87skp6v7p7hbszzx0"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-log" ,rust-log-0.4)
|
||||
("rust-xml-rs" ,rust-xml-rs-0.8)
|
||||
("rust-khronos-api" ,rust-khronos-api-3))))
|
||||
(home-page "https://github.com/brendanzab/gl-rs/")
|
||||
(synopsis
|
||||
"Code generators for creating bindings to the Khronos OpenGL APIs")
|
||||
(description
|
||||
"Code generators for creating bindings to the Khronos OpenGL APIs.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-gleam-0.6
|
||||
(package
|
||||
(name "rust-gleam")
|
||||
|
|
Loading…
Reference in a new issue