Skip to content

Commit

Permalink
apply fix (#27)
Browse files Browse the repository at this point in the history
Tiny fixs in the repos

Related to
- emilk/eframe_template#146


* [x] I have followed the instructions in the PR template
  • Loading branch information
Its-Just-Nans authored Jul 16, 2024
1 parent a40db95 commit d00fa85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Immediate mode plotting for [`egui`](https://github.com/emilk/egui).


### History
This crate was originally hosted at https://github.com/emilk/egui but was extracted into its own repository on 2025-07-15.
This crate was originally hosted at https://github.com/emilk/egui but was extracted into its own repository on 2024-07-15.
12 changes: 6 additions & 6 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<head>
<!-- change this to your project name -->
<title>eframe template</title>
<title>egui_plot</title>

<!-- config for our rust wasm binary. go to https://trunkrs.dev/assets/#rust for more customization -->
<link data-trunk rel="rust" data-wasm-opt="2" />
Expand All @@ -18,11 +18,11 @@


<link data-trunk rel="copy-file" href="assets/sw.js" />
<link data-trunk rel="copy-file" href="assets/manifest.json" />
<link data-trunk rel="copy-file" href="assets/icon-1024.png" />
<link data-trunk rel="copy-file" href="assets/icon-256.png" />
<link data-trunk rel="copy-file" href="assets/icon_ios_touch_192.png" />
<link data-trunk rel="copy-file" href="assets/maskable_icon_x512.png" />
<link data-trunk rel="copy-file" href="assets/manifest.json" data-target-path="assets" />
<link data-trunk rel="copy-file" href="assets/icon-1024.png" data-target-path="assets" />
<link data-trunk rel="copy-file" href="assets/icon-256.png" data-target-path="assets" />
<link data-trunk rel="copy-file" href="assets/icon_ios_touch_192.png" data-target-path="assets" />
<link data-trunk rel="copy-file" href="assets/maskable_icon_x512.png" data-target-path="assets" />


<link rel="manifest" href="assets/manifest.json">
Expand Down

0 comments on commit d00fa85

Please sign in to comment.