gnu: Add rust-glutin-gles2-sys-0.1.
* gnu/packages/crates-io.scm (rust-glutin-gles2-sys-0.1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
4199ee1050
commit
0d35d89220
1 changed files with 23 additions and 0 deletions
|
|
@ -6375,6 +6375,29 @@ path simultaneously, and returning all of the globs that matched.")
|
||||||
(description "The emscripten bindings for glutin.")
|
(description "The emscripten bindings for glutin.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public rust-glutin-gles2-sys-0.1
|
||||||
|
(package
|
||||||
|
(name "rust-glutin-gles2-sys")
|
||||||
|
(version "0.1.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "glutin_gles2_sys" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1pswvl5zyqmqwzjr674yzslj0al2xbqsp2ai9ggb9qbshlq6r6c9"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-objc" ,rust-objc-0.2)
|
||||||
|
("rust-gl-generator" ,rust-gl-generator-0.11))))
|
||||||
|
(home-page "https://github.com/tomaka/glutin")
|
||||||
|
(synopsis "The gles2 bindings for glutin")
|
||||||
|
(description "The gles2 bindings for glutin.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public rust-goblin-0.0
|
(define-public rust-goblin-0.0
|
||||||
(package
|
(package
|
||||||
(name "rust-goblin")
|
(name "rust-goblin")
|
||||||
|
|
|
||||||
Reference in a new issue