use same title name in both native and web implementations

This commit is contained in:
Simon Gardling 2022-02-24 09:16:52 -05:00
parent 10b0498a1e
commit 08623f411c

View File

@ -30,7 +30,7 @@ impl Default for MathApp {
} }
impl epi::App for MathApp { impl epi::App for MathApp {
fn name(&self) -> &str { "Integral Demo" } fn name(&self) -> &str { "Integral Demonstration" }
/// Called once before the first frame. /// Called once before the first frame.
fn setup( fn setup(