mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
The feature is not enabled yet. It will be enabled by default later when ui is ready.
4 lines
127 B
Rust
4 lines
127 B
Rust
#![allow(unused_variables)]
|
|
#![allow(unused_mut)]
|
|
#![allow(unused_imports)]
|
|
include!(concat!(env!("OUT_DIR"), "/mainview.rs")); |