cargo claimed let chains are stable then nah?
This commit is contained in:
parent
23605ab38a
commit
b1d675a3a2
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
#![feature(let_chains)]
|
||||||
|
|
||||||
use bevy::prelude::*;
|
use bevy::prelude::*;
|
||||||
use bevy_egui::egui;
|
use bevy_egui::egui;
|
||||||
|
|
||||||
|
@ -117,4 +119,4 @@ impl Default for ButtonsColors {
|
||||||
clicked: egui::Rgba::from_rgb(1.0, 1.0, 1.0)
|
clicked: egui::Rgba::from_rgb(1.0, 1.0, 1.0)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue