mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 23:00:04 -04:00
bump msrv 1.64 and tts + bindgen dep (#2274)
* bump msrv 1.64 and tts + bindgen dep * Update crates/egui-winit/Cargo.toml Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> * Update crates/eframe/Cargo.toml Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
This commit is contained in:
@@ -108,4 +108,8 @@ warn = [
|
||||
]
|
||||
|
||||
allow = [
|
||||
"clippy::derive_partial_eq_without_eq",
|
||||
"clippy::type_complexity",
|
||||
"clippy::unnecessary_lazy_evaluations",
|
||||
"clippy::let-and-return"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user