summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Expand)Author
2023-03-30Run cargo-deny on a matrix of targets (#2852)Emil Ernerfeldt
2023-02-12Allow compiling eframe with `--no-default-features` (#2728)Emil Ernerfeldt
2023-02-08We no longer use tts, so remove speech-related dependencies (#2698)Emil Ernerfeldt
2023-02-08cargo update (#2697)Emil Ernerfeldt
2023-02-08Check --all-targets in CI (#1395)Emil Ernerfeldt
2023-02-06Support for transparent backbuffer in wgpu winit binding (#2684)Andreas Reich
2023-02-03Add simple Windows CI workflow check (#2663)John Hughes
2022-12-02Improve issue templatesEmil Ernerfeldt
2022-11-16Update to Rust 1.65 (#2314)Emil Ernerfeldt
2022-11-11bump msrv 1.64 and tts + bindgen dep (#2274)Red Artist
2022-11-02Use total_cmp for clamping drag value in order to avoid floating point ambigu...ItsEthra
2022-10-30CI: Run cargo clippy for wasm32-unknown-unknown (#2200)Emil Ernerfeldt
2022-10-05eframe support for wgpu on the web (#2107)Andreas Reich
2022-08-28Minor wgpu-web releated stuff (#1977)Emil Ernerfeldt
2022-08-27Simplify, clean up and speed up CI (#1970)Emil Ernerfeldt
2022-08-20Move all crates into a `crates` directory (#1940)Emil Ernerfeldt
2022-08-20clean up rust.yml (#1939)Emil Ernerfeldt
2022-08-15Add CI for android (#1900)Zoxc
2022-07-26Update MSRV to Rust 1.61.0 (#1846)Matt Campbell
2022-07-25Use pinned version of wasm-bindgen-cli (#1855)Emil Ernerfeldt
2022-07-20Use cargo cranky instead of cargo clippy (#1820)Emil Ernerfeldt
2022-06-02deny warnings on CI and check.sh with -D warnings (#1710)Emil Ernerfeldt
2022-05-28run cargo check --locked on CIEmil Ernerfeldt
2022-05-15CI: Run `cargo check --all-features` on Windows and Mac too (#1631)Emil Ernerfeldt
2022-05-12Add egui_wgpu crate (#1564)Emil Ernerfeldt
2022-04-30CI and check.sh: run cargo doc for all cratesEmil Ernerfeldt
2022-04-30Remove `egui_web` and `epi` (#1545)Emil Ernerfeldt
2022-04-13Misc doc improvementsEmil Ernerfeldt
2022-04-13Move examples out of `eframe/examples` into `examples/` (#1486)Emil Ernerfeldt
2022-04-09Rust 1.60.0 + refactor cargo features (#1467)Emil Ernerfeldt
2022-04-05Fail docs build when warnings are generated (#1454)Nicklas Møller
2022-04-03Update PR template to suggests users to run ./sh/check.shEmil Ernerfeldt
2022-03-11Remove egui_glium as a backend for eframe (#1357)Emil Ernerfeldt
2022-03-08Fix `cargo run -p egui_demo_app` (#1343)Emil Ernerfeldt
2022-03-07Fix egui_glow when targeting `wasm32-unknown-unknown` (#1303)Jake Shadle
2022-02-22Run wasm-bindgen in CI and update parking_lot (#1293)Emil Ernerfeldt
2022-02-21Introduce egui_extras with RetainedImage for loading svg,png,jpeg,… (#1282)Emil Ernerfeldt
2022-02-04Run cargo deny in CI (#1205)Emil Ernerfeldt
2022-01-22Add misc documentationEmil Ernerfeldt
2021-12-28Fix wrong label on the feature request PR templateEmil Ernerfeldt
2021-12-25Set MSRV to 1.56.0 and use rust edition 2021 (#998)Emil Ernerfeldt
2021-10-25PR template: remind people to run `cargo fmt` and `cargo clippy`Emil Ernerfeldt
2021-10-23Improve issue template instructionsEmil Ernerfeldt
2021-10-19Add egui_glow as an opt-in backend to eframe (#817)Emil Ernerfeldt
2021-10-16Add sudo apt-get update to CI (#801)Emil Ernerfeldt
2021-10-13Replace every ... with … like some sort of crazy personEmil Ernerfeldt
2021-09-30Revert change to winit event loop in egui_glium (#756)Emil Ernerfeldt
2021-09-28Fix the issue templatesEmil Ernerfeldt
2021-09-28Split out new crate egui-winit from egui_glium (#735)Emil Ernerfeldt
2021-09-09Bump MSRV (Minimum Supported Rust Version) to 1.54.0 (#703)Emil Ernerfeldt