fix(ac-qu-ai-nt-gui-eframe): write a main function instead of re-exporting so that the declared MSRV can be met

This commit is contained in:
J / Jacob Babich
2024-10-11 02:44:58 -04:00
parent 5b91d2515d
commit a1a2712895

View File

@@ -1 +1,3 @@
use ac_qu_ai_nt_gui_eframe::main; fn main() {
ac_qu_ai_nt_gui_eframe::main();
}