forked from Astrabit-ST/Luminol
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update egui to 0.28.1 (Astrabit-ST#143)
* Merge from upstream egui 0.28.1 * Update everything else and fix compilation errors It seems we are now required to use a version of `wasm-bindgen-futures` that won't compile with Rust nightly versions older than 2024-02-06, so I upgraded the Rust toolchain to 2024-05-19, the latest version that works without encountering an unrelated compilation error in the `time` crate. * Fix another release-mode-only compilation error * Fix `BorrowMutError` in web builds * Make IME work again in web builds * Fix compiler warnings * Add spacing at the bottom of the map editor top bar This is to make it look consistent with how it was before the egui update. * Fix doc comment in crates/eframe/src/lib.rs * Update `image` from 0.24 to 0.25 This fixes the displaying of the icon in the "About" window. * Remove eframe text agent after panic in web builds * Focus the HTML canvas on startup in web builds The release notes for eframe 0.28.0 say you need to focus the canvas on startup if you're creating a fullscreen app. * Fix terminal scroll delta calculation when unit is pages * Fix compiler warning in steam.rs
- Loading branch information
1 parent
19312e5
commit 6715e12
Showing
68 changed files
with
2,603 additions
and
1,568 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.