You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/rust/create_new_crate.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
+++
2
2
title="Create New Crate"
3
3
date=2023-11-02
4
-
updated= 2025-04-26
4
+
updated= 2026-04-21
5
5
extra = { series = "Rust" }
6
6
taxonomies = { tags = ["Rust"] }
7
7
+++
@@ -11,7 +11,7 @@ Patterned on: [New Repo Creation](@/git/new_repo.md)
11
11
# Notes
12
12
13
13
- 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)
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