mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-14 23:18:28 +00:00
rebased and minor clippy fix
This commit is contained in:
parent
15c2826690
commit
d7470caa4c
@ -11,7 +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)).collect();
|
||||
|
||||
let system = support::init(file!());
|
||||
system.main_loop(move |_, ui| {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user