[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53315] [PATCH 144/150] gnu: Add rust-web-view-0.7.
From: |
Aleksandr Vityazev |
Subject: |
[bug#53315] [PATCH 144/150] gnu: Add rust-web-view-0.7. |
Date: |
Mon, 17 Jan 2022 15:16:27 +0000 |
* gnu/packages/crates-io.scm (rust-web-view-0.7): New variable.
---
gnu/packages/crates-io.scm | 43 ++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 54f50bc00f..badef1870d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -65694,6 +65694,49 @@ (define-public rust-wl-clipboard-rs-0.4
for terminal and other window-less applications.")
(license (list license:expat license:asl2.0))))
+(define-public rust-web-view-0.7
+ (package
+ (name "rust-web-view")
+ (version "0.7.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "web-view" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1smgmc00nk2wn8kpagp0mpsd0d9f5mvljidf2x7plbi3bymac7gf"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:tests? #f ;missing files
+ #:cargo-inputs
+ (("rust-boxfnonce" ,rust-boxfnonce-0.1)
+ ("rust-tinyfiledialogs" ,rust-tinyfiledialogs-3)
+ ("rust-urlencoding" ,rust-urlencoding-1)
+ ("rust-webview-sys" ,rust-webview-sys-0.6))
+ #:cargo-development-inputs
+ (("rust-actix-rt" ,rust-actix-rt-0.2)
+ ("rust-actix-web" ,rust-actix-web-1)
+ ("rust-futures" ,rust-futures-0.1)
+ ("rust-grep" ,rust-grep-0.2)
+ ("rust-mime-guess" ,rust-mime-guess-2)
+ ("rust-rust-embed" ,rust-rust-embed-5)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-serde-derive" ,rust-serde-derive-1)
+ ("rust-serde-json" ,rust-serde-json-1)
+ ("rust-walkdir" ,rust-walkdir-2))))
+ (native-inputs
+ (list pkg-config))
+ (inputs
+ (list gtk+
+ webkitgtk-with-libsoup2))
+ (home-page "https://github.com/Boscop/web-view")
+ (synopsis "Rust bindings for webview")
+ (description
+ "This library provides a Rust binding to the original implementation of
+webview, a tiny cross-platform library to render web-based GUIs as desktop
+applications.")
+ (license license:expat)))
+
(define-public rust-web-sys-0.3
(package
(name "rust-web-sys")
--
2.34.0
--
Aleksandr Vityazev
- [bug#53315] [PATCH 135/150] gnu: Add rust-derive-more-0.14., (continued)
- [bug#53315] [PATCH 135/150] gnu: Add rust-derive-more-0.14., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 133/150] gnu: Add rust-actix-web-codegen-0.1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 138/150] gnu: Add rust-actix-router-0.1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 131/150] gnu: Add rust-ahash-0.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 140/150] gnu: Add rust-awc-0.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 136/150] gnu: Add rust-actix-testing-0.1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 139/150] gnu: Add rust-actix-http-0.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 137/150] gnu: Add rust-actix-derive-0.4., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 143/150] gnu: Add rust-actix-web-1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 146/150] gnu: rust-open-1: Inherit from rust-open-2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 144/150] gnu: Add rust-web-view-0.7.,
Aleksandr Vityazev <=
- [bug#53315] [PATCH 142/150] gnu: Add rust-actix-http-test-0.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 145/150] gnu: Add rust-open-2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 147/150] gnu: Add rust-thread-priority-0.4., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 141/150] gnu: Add rust-actix-0.8., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 149/150] gnu: Add rust-winres-0.1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 148/150] gnu: Add rust-serde-derive-1.0.126., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 150/150] gnu: Add alfis., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 000/150] gnu: Add alfis, Aleksandr Vityazev, 2022/01/17