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_egui_project.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,11 @@ extra = { series = "Rust" }
6
6
taxonomies = { tags = ["Rust"] }
7
7
+++
8
8
9
+
After setting up the project locally using the instructions below you can follow the first few steps in the [new create setup](@/rust/create_new_crate.md) to link to the remote repo.
10
+
It may not make sense to link to the CI jobs as the templates already include jobs.
11
+
9
12
Currently have a PR in flight to address this <https://github.com/emilk/eframe_template/pull/227>.
10
-
In the mean while you may still use it with the instructions in the readme at <https://github.com/c-git/eframe_template/tree/create-cargo-generate-template>
13
+
In the mean while you may still use it with the instructions in the readme at <https://github.com/c-git/eframe_template/tree/create-cargo-generate-template>.
11
14
12
15
See also the [windowed section](@/rust/create_new_egui_project.md#windowed-framework-application) below for an application with a basic windowing framework.
0 commit comments