This commit is contained in:
Matthew Ryan Dillon 2021-12-09 11:49:38 -07:00
parent 55a6477f1e
commit 5628624f92
2 changed files with 1 additions and 5 deletions

View file

@ -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"]

View file

@ -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>