mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 14:13:52 +01:00

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))
4 lines
44 B
Bash
Executable File
4 lines
44 B
Bash
Executable File
#!/bin/bash
|
|
cd ./gui_v1
|
|
cargo run --release
|