https://github.com/direc85/harbour-webview-rust
WebView test application written in Rust/QML
https://github.com/direc85/harbour-webview-rust
Last synced: 3 months ago
JSON representation
WebView test application written in Rust/QML
- Host: GitHub
- URL: https://github.com/direc85/harbour-webview-rust
- Owner: direc85
- License: gpl-3.0
- Created: 2022-03-21T23:17:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-22T14:43:43.000Z (over 3 years ago)
- Last Synced: 2025-03-25T22:43:49.508Z (9 months ago)
- Language: QML
- Size: 24.4 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebView-Rust
This is an example of a stripped down Rust application which
displays a web page. Currently it is rigged up to show the
Signal captcha page, in effor to crack a
[crash](https://gitlab.com/whisperfish/whisperfish/-/issues/366)
on registration with
[Whisperfish](https://gitlab.com/whisperfish/whisperfish/).
# License
Stripped down from Taak: Copyright (C) 2021 Ruben De Smet
WebView-Rust: Copyright (C) 2021 Ruben De Smet
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .