mirror of
https://github.com/adriankumpf/tesla_auth.git
synced 2026-02-27 09:54:03 +08:00
cc7da20283741b6a755973c8b722a3cd22403f59
tesla_auth
Platform-specific notes
Linux
tesla_auth uses gtk-rs and its related libraries for window creation and also needs WebKitGTK for WebView. So please make sure following packages are installed:
Arch Linux / Manjaro:
sudo pacman -S webkit2gtk libappindicator-gtk3
Debian / Ubuntu:
sudo apt install libwebkit2gtk-4.0-dev libappindicator3-dev
Fedora
sudo dnf install gtk3-devel webkit2gtk3-devel libappindicator-gtk3-devel
macOS
WebKit is native on macOS so everything should be fine.
Windows (not tested!)
WebView2 is powered by Microsoft Edge (Chromium). So tesla_auth should support Windows 7, 8, and 10.
License
Apache-2.0/MIT
Languages
Rust
100%