Skip to content

Commit bc64650

Browse files
committed
Add update for new egui projects
1 parent f2bbd26 commit bc64650

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

content/rust/create_new_crate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
title="Create New Crate"
33
date=2023-11-02
4-
updated= 2025-04-26
4+
updated= 2026-04-21
55
extra = { series = "Rust" }
66
taxonomies = { tags = ["Rust"] }
77
+++
@@ -11,7 +11,7 @@ Patterned on: [New Repo Creation](@/git/new_repo.md)
1111
# Notes
1212

1313
- These instructions assume github with ssh key auth but any would be similar
14-
- If creating a egui application with eframe I have an opinionated setup with a script at <https://github.com/c-git/my_egui_template> (See readme for more details).
14+
- If creating a egui application see [Create New egui Project](@/rust/create_new_egui_project.md)
1515

1616
# Instructions
1717

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
+++
22
title = "Create new egui project"
33
date = 2024-04-08
4-
updated = 2025-04-26
4+
updated = 2026-04-21
55
extra = { series = "Rust" }
66
taxonomies = { tags = ["Rust"] }
77
+++
88

9-
I need to come up with a new preferred workflow.
10-
I need to give it some thought.
11-
For now I'm sunsetting my last recommendation in lieu of just the [official template](https://github.com/emilk/eframe_template) until I come up with a better workflow.
9+
Currently have a PR in flight to solve this <https://github.com/emilk/eframe_template/pull/227>

0 commit comments

Comments
 (0)