mirror of
https://github.com/hulthe/inkopslista.git
synced 2026-09-18 09:53:39 +02:00
16306cbba559748fe62e788bd183a1d9659e0d1d
Inköpslista
Building
Desktop
cd gui/
cargo run --release
Web
Use the Dockerfile.
docker build . -t <tag>
Android
First, install an Android SDK and NDK, for example using Android Studio. SDK 35 (Android 15) is known to work. NDK 29 is known to work.
cd gui/
cargo apk build --target aarch64-linux-android --lib --release
Languages
Rust
63%
Slint
28.2%
Dockerfile
6.1%
HTML
2.7%