egelm 0.2.2

A simple Elm-like framework for building GUI applications in Rust using egui.
Documentation
1
2
3
4
5
6
7
8
#!/bin/bash
GITHOOKS_DIR=$( cd -- "$(dirname "${BASH_SOURCE[0]}")" &> /dev/null && pwd )
source $GITHOOKS_DIR/util.sh

ensure_rustup_installed
ensure_rustfmt_installed

check_formatting