mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
* dev: add benchmark for drawing plots * chore: update bench * perf: disable supersampling
8 lines
127 B
Rust
8 lines
127 B
Rust
fn main() {
|
|
// Include crates in the binary
|
|
let _ = lact_daemon::run;
|
|
let _ = lact_gui::run;
|
|
|
|
divan::main();
|
|
}
|