mers/mers_libs/gui.sh
Dummi26 5b051e72f1 improved the mers library system
added a GUI library wrapping iced-rs, mainly to test the limits of the current library system.

see gui.txt for an example on how to use the gui library. (note: set the MERS_LIB_DIR environment variable to the path of your local mers_libs/ folder (lib paths are relative to MERS_LIB_DIR if they're not specified as absolute))
2023-04-04 23:48:01 +02:00

4 lines
44 B
Bash
Executable File

#!/bin/bash
cd ./gui_v1
cargo run --release