File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 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).
2020
2121
2222### 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 77
88< head >
99 <!-- change this to your project name -->
10- < title > eframe template </ title >
10+ < title > egui_plot </ title >
1111
1212 <!-- config for our rust wasm binary. go to https://trunkrs.dev/assets/#rust for more customization -->
1313 < link data-trunk rel ="rust " data-wasm-opt ="2 " />
1818
1919
2020 < 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 " />
2626
2727
2828 < link rel ="manifest " href ="assets/manifest.json ">
You can’t perform that action at this time.
0 commit comments