mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-21 18:38:28 +00:00
Fix fmt
This commit is contained in:
parent
19b2edb0f4
commit
15c2826690
@ -11,9 +11,7 @@ use imgui::*;
|
||||
mod support;
|
||||
|
||||
fn main() {
|
||||
let lots_of_words: Vec<String> = (0..10000)
|
||||
.map(|x| format!("Line {}", x).into())
|
||||
.collect();
|
||||
let lots_of_words: Vec<String> = (0..10000).map(|x| format!("Line {}", x).into()).collect();
|
||||
|
||||
let system = support::init(file!());
|
||||
system.main_loop(move |_, ui| {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user