squash
This commit is contained in:
parent
55a6477f1e
commit
5628624f92
2 changed files with 1 additions and 5 deletions
|
@ -23,10 +23,6 @@ console_error_panic_hook = { version = "0.1.6", optional = true }
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
lto = true
|
lto = true
|
||||||
|
|
||||||
[profile.dev]
|
|
||||||
opt-level = 3
|
|
||||||
lto = true
|
|
||||||
|
|
||||||
[dependencies.web-sys]
|
[dependencies.web-sys]
|
||||||
version = "0.3"
|
version = "0.3"
|
||||||
features = ["File", "Blob", "Element", "MouseEvent", "EventTarget", "Url", "Event"]
|
features = ["File", "Blob", "Element", "MouseEvent", "EventTarget", "Url", "Event"]
|
||||||
|
|
|
@ -15,7 +15,7 @@ pub fn app() -> Html {
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
{ "a client-side tool for merging "}
|
{ "a client-side tool for merging " }
|
||||||
<a href="https://www.topografix.com/gpx.asp">
|
<a href="https://www.topografix.com/gpx.asp">
|
||||||
{ "gpx files" }
|
{ "gpx files" }
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue