guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

18/60: gnu: Add rust-glutin-wgl-sys-0.1.


From: guix-commits
Subject: 18/60: gnu: Add rust-glutin-wgl-sys-0.1.
Date: Thu, 27 Feb 2020 14:00:48 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 8d715e6e75cadfcfaf14c7f527974a9a491b7581
Author: Valentin Ignatev <address@hidden>
AuthorDate: Sun Feb 2 00:23:32 2020 +0300

    gnu: Add rust-glutin-wgl-sys-0.1.
    
    * gnu/packages/crates-io.scm (rust-glutin-wgl-sys-0.1): New variable.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9fc4b57..ad6f395 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -6421,6 +6421,28 @@ path simultaneously, and returning all of the globs that 
matched.")
     (description "The glx bindings for glutin.")
     (license license:asl2.0)))
 
+(define-public rust-glutin-wgl-sys-0.1
+  (package
+    (name "rust-glutin-wgl-sys")
+    (version "0.1.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "glutin-wgl-sys" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "08chlfzpj59q36qm212i4k879gvjzha7i90q90fds8pw3v4vn0gq"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-gl-generator" ,rust-gl-generator-0.11))))
+    (home-page "https://github.com/tomaka/glutin";)
+    (synopsis "Wgl bindings for glutin")
+    (description "The wgl bindings for glutin.")
+    (license license:asl2.0)))
+
 (define-public rust-goblin-0.0
   (package
     (name "rust-goblin")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]