This is an example of the simplest GUI application written in Rust to be run on the mobile Aurora OS.
- Ubuntu Linux host OS
- Rust installed (see https://rustup.rs for details)
make
Prepare:
make prepareCompile:
make # or make releaseBuild RPM-package
make rpmOutput .rpm file is in
target/armv7-unknown-linux-gnueabihf/release/rpmbuild/RPMS/armv7hldirectory.Copy to a mobile device (without package signing):
make install
After package signing it is necessary to copy it to the target device and install onto the Aurora OS:
$ devel-su
# pkcon install-local ./aurora-rust-gui-*.armv7hl.rpm
Run:
$ aurora-rust-gui
Or just tap the Rust GUI shortcut on the Aurora OS desktop.
Source code is licensed under the MIT license.