From d0876a1a60fa79883a7fd047fed7ddb9ad2791c7 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Thu, 8 May 2025 09:15:42 +0200 Subject: [PATCH] Rename `master` branch to `main` (#7034) For consistency with other repositories, i.e. so I can write `git checkout main` without worrying which repo I'm browsing. --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +-- .github/pull_request_template.md | 2 +- .github/workflows/deploy_web_demo.yml | 4 +- .github/workflows/png_only_on_lfs.yml | 2 +- CHANGELOG.md | 4 +- README.md | 42 +++++++++---------- RELEASES.md | 6 +-- crates/eframe/Cargo.toml | 8 ++-- crates/eframe/README.md | 8 ++-- crates/eframe/src/epi.rs | 2 +- crates/eframe/src/lib.rs | 2 +- crates/egui-wgpu/Cargo.toml | 4 +- crates/egui-wgpu/src/renderer.rs | 2 +- crates/egui-winit/Cargo.toml | 4 +- crates/egui/examples/README.md | 4 +- crates/egui/src/context.rs | 2 +- crates/egui/src/drag_and_drop.rs | 2 +- crates/egui/src/lib.rs | 8 ++-- crates/egui/src/viewport.rs | 2 +- crates/egui_demo_app/README.md | 4 +- crates/egui_demo_app/src/apps/http_app.rs | 4 +- crates/egui_demo_app/src/backend_panel.rs | 2 +- crates/egui_demo_lib/Cargo.toml | 4 +- crates/egui_demo_lib/src/demo/password.rs | 2 +- .../egui_demo_lib/src/demo/toggle_switch.rs | 2 +- .../src/easy_mark/easy_mark_editor.rs | 2 +- crates/egui_demo_lib/src/lib.rs | 4 +- crates/egui_glow/Cargo.toml | 4 +- crates/egui_glow/README.md | 4 +- crates/egui_glow/src/painter.rs | 2 +- crates/egui_kittest/src/snapshot.rs | 2 +- crates/egui_web/README.md | 2 +- crates/emath/Cargo.toml | 4 +- crates/epaint/Cargo.toml | 4 +- crates/epaint_default_fonts/Cargo.toml | 4 +- examples/README.md | 4 +- web_demo/README.md | 2 +- 37 files changed, 85 insertions(+), 85 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 66c17862..e7c1d6bc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -10,13 +10,13 @@ assignees: '' **Describe the bug** diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 58fcd32a..fb9926e3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,5 @@