File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ readme = "README.md"
1212path = " src/lib.rs"
1313
1414[dependencies ]
15- egui = { version = " 0.34 " , default-features = false }
15+ egui = { version = " 0.35 " , default-features = false }
1616
1717[dev-dependencies ]
18- eframe = { version = " 0.34 " , default-features = false , features = [
18+ eframe = { version = " 0.35 " , default-features = false , features = [
1919 " default_fonts" ,
2020 " glow" ,
2121 " x11" ,
2222 " wayland" ,
2323] }
24- egui-phosphor = { git = " https://github.com/ItsEthra /egui-phosphor.git" , branch = " egui-0.34 " }
24+ egui-phosphor = { git = " https://github.com/crumblingstatue /egui-phosphor.git" , branch = " egui-035 " }
2525
2626[lints .rust ]
2727unsafe_code = " forbid"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ struct ExampleApp {
2222}
2323
2424impl App for ExampleApp {
25- fn update ( & mut self , ctx : & Context , _: & mut Frame ) {
25+ fn logic ( & mut self , ctx : & Context , _: & mut Frame ) {
2626 Window :: new ( "Controls" ) . show ( ctx, |ui| {
2727 ui. text_edit_multiline ( & mut self . caption ) ;
2828 ui. checkbox ( & mut self . expires , "Expires" ) ;
You can’t perform that action at this time.
0 commit comments