@@ -1931,6 +1931,30 @@ (define-public rust-glutin-wgl-sys-0.1
#:cargo-inputs
(("rust-gl-generator" ,rust-gl-generator-0.14))))))
+(define-public rust-glutin-winit-0.4
+ (package
+ (name "rust-glutin-winit")
+ (version "0.4.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "glutin-winit" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0dbppmj0m2i5df4ww565f5kg3vxmjbq5c7hqql988fzp4jxdzg0y"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-cfg-aliases" ,rust-cfg-aliases-0.1)
+ ("rust-glutin" ,rust-glutin-0.31)
+ ("rust-raw-window-handle" ,rust-raw-window-handle-0.5)
+ ("rust-winit" ,rust-winit-0.29))))
+ (home-page "https://github.com/rust-windowing/glutin")
+ (synopsis "Glutin bootstrapping helpers with winit")
+ (description
+ "This package provides glutin bootstrapping helpers with winit.")
+ (license license:expat)))
+
(define-public rust-gpu-alloc-0.6
(package
(name "rust-gpu-alloc")