File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ Immediate mode plotting for [`egui`](https://github.com/emilk/egui).
20
20
21
21
22
22
### History
23
- This crate was originally hosted at https://github.com/emilk/egui but was extracted into its own repository on 2025 -07-15.
23
+ This crate was originally hosted at https://github.com/emilk/egui but was extracted into its own repository on 2024 -07-15.
Original file line number Diff line number Diff line change 7
7
8
8
< head >
9
9
<!-- change this to your project name -->
10
- < title > eframe template </ title >
10
+ < title > egui_plot </ title >
11
11
12
12
<!-- config for our rust wasm binary. go to https://trunkrs.dev/assets/#rust for more customization -->
13
13
< link data-trunk rel ="rust " data-wasm-opt ="2 " />
18
18
19
19
20
20
< link data-trunk rel ="copy-file " href ="assets/sw.js " />
21
- < link data-trunk rel ="copy-file " href ="assets/manifest.json " />
22
- < link data-trunk rel ="copy-file " href ="assets/icon-1024.png " />
23
- < link data-trunk rel ="copy-file " href ="assets/icon-256.png " />
24
- < link data-trunk rel ="copy-file " href ="assets/icon_ios_touch_192.png " />
25
- < link data-trunk rel ="copy-file " href ="assets/maskable_icon_x512.png " />
21
+ < link data-trunk rel ="copy-file " href ="assets/manifest.json " data-target-path =" assets " />
22
+ < link data-trunk rel ="copy-file " href ="assets/icon-1024.png " data-target-path =" assets " />
23
+ < link data-trunk rel ="copy-file " href ="assets/icon-256.png " data-target-path =" assets " />
24
+ < link data-trunk rel ="copy-file " href ="assets/icon_ios_touch_192.png " data-target-path =" assets " />
25
+ < link data-trunk rel ="copy-file " href ="assets/maskable_icon_x512.png " data-target-path =" assets " />
26
26
27
27
28
28
< link rel ="manifest " href ="assets/manifest.json ">
You can’t perform that action at this time.
0 commit comments