summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Expand)Author
2024-02-14Release 0.26.2 - Response.interact/context_menu fix0.26.2Emil Ernerfeldt
2024-02-11Release 0.26.1 - Bug Fixes0.26.1Emil Ernerfeldt
2024-02-10Update to document-features 0.2.8 (#4003)Emil Ernerfeldt
2024-02-05Release 0.26.0 - Text selection in labels0.26.0Emil Ernerfeldt
2024-02-05Put all egui crates as workspace crates (#3976)Emil Ernerfeldt
2024-02-05Use more workspace dependencies (#3975)Emil Ernerfeldt
2024-02-01Emilk/revert workspace deps (#3942)Emil Ernerfeldt
2024-02-01Use workspace dependencies for the egui cratesEmil Ernerfeldt
2024-02-01Update to puffin 0.19 (#3940)Emil Ernerfeldt
2024-01-29Postpone call to get_current_texture (#3914)Emil Ernerfeldt
2024-01-24`egui-wgpu`: turn off the default features of `wgpu` (#3875)Emil Ernerfeldt
2024-01-24Add `WgpuConfiguration::desired_maximum_frame_latency` (#3874)Emil Ernerfeldt
2024-01-19Update wgpu to 0.19 (#3824)Emil Ernerfeldt
2024-01-08Release 0.25.0 - Better keyboard input0.25.0Emil Ernerfeldt
2023-12-18Update to glow 0.13 (#3715)Emil Ernerfeldt
2023-12-12Update dependencies (#3700)Emil Ernerfeldt
2023-12-08Release `egui_extras` 0.24.2 - Fix `Table` scrolling bug (#3691)Emil Ernerfeldt
2023-11-30Release 0.24.1 - Bug fixes0.24.1Emil Ernerfeldt
2023-11-30Use `panic = "abort"` for slightly faster compilationEmil Ernerfeldt
2023-11-23Release 0.24.0 - Multi-viewport0.24.0Emil Ernerfeldt
2023-11-23Use workspace definitions of edition,license,rust-version,versionEmil Ernerfeldt
2023-11-21Update puffin to 0.18 (#3600)Emil Ernerfeldt
2023-11-21Update MSRV to Rust 1.72 (#3595)Emil Ernerfeldt
2023-11-21Update some crate dependencies (#3594)Emil Ernerfeldt
2023-11-19Update to puffin 0.17 (#3581)Emil Ernerfeldt
2023-11-11Updated to latest wgpu (0.18.0) (#3505)Andreas Reich
2023-08-27Break out plotting to own crate `egui_plot` (#3282)Emil Ernerfeldt
2023-08-15Improved wgpu callbacks (#3253)Andreas Reich
2023-08-11Update to `wgpu` 0.17.0 (#3170)Aaron Hill
2023-04-25[wgpu] Expose wgpu::Adapter via RenderState (#2954)Andreas Reich
2023-04-18Check for typos on CI (#2918)Emil Ernerfeldt
2023-02-04Deprecate `egui_glium` - looking for new maintainer (#2668)Emil Ernerfeldt
2023-02-03Add simple Windows CI workflow check (#2663)John Hughes
2022-12-06Split out ecolor crate (#2399)Andreas Reich
2022-11-07Allow overlapping interactive widgets (#2244)Emil Ernerfeldt
2022-11-05Add helpers for zooming an app using Ctrl+Plus and Ctrl+Minus (#2239)Emil Ernerfeldt
2022-08-20Move all crates into a `crates` directory (#1940)Emil Ernerfeldt
2022-08-15eframe: several windows in series (#1919)Emil Ernerfeldt
2022-05-29eframe::App::post_rendering (#1591)René Rössler
2022-05-22Move three-d patch into example Cargo.tomEmil Ernerfeldt
2022-05-22Take Glow context using Arc. (#1640)Sebastian Urban
2022-05-12Add egui_wgpu crate (#1564)Emil Ernerfeldt
2022-04-30Remove `egui_web` and `epi` (#1545)Emil Ernerfeldt
2022-04-14New example 'custom_font_style' + improve docs (#1476)tami5
2022-04-13Move examples out of `eframe/examples` into `examples/` (#1486)Emil Ernerfeldt
2022-04-13Add opt-in support for the 'puffin' profiler in eframe (#1483)Emil Ernerfeldt
2022-02-21Introduce egui_extras with RetainedImage for loading svg,png,jpeg,… (#1282)Emil Ernerfeldt
2022-02-07cargo deny: clarify MPL-2.0 license and use un-patched ureq again (#1222)Emil Ernerfeldt
2022-02-05Update to tts 0.20.2 which resolves copy-left license issueEmil Ernerfeldt
2022-02-04Run cargo deny in CI (#1205)Emil Ernerfeldt