diff --git a/howto/index.html b/howto/index.html index b7cb73fe88..c99d936ae8 100644 --- a/howto/index.html +++ b/howto/index.html @@ -214,6 +214,7 @@ License)
  • Bungee fonts (https://fonts.google.com/specimen/Bungee, Open Font License)
  • Material Design icons (https://material.io/resources/icons, Apache license)
  • Some Graphics textures (https://www.kenney.nl/, CC0 1.0 Universal)
  • +
  • Snowflake SVG (https://www.svgrepo.com/page/licensing, CC0)
  • diff --git a/print.html b/print.html index afd5087cf0..ec184cbfeb 100644 --- a/print.html +++ b/print.html @@ -219,6 +219,7 @@ License)
  • Bungee fonts (https://fonts.google.com/specimen/Bungee, Open Font License)
  • Material Design icons (https://material.io/resources/icons, Apache license)
  • Some Graphics textures (https://www.kenney.nl/, CC0 1.0 Universal)
  • +
  • Snowflake SVG (https://www.svgrepo.com/page/licensing, CC0)
  • Help map out on-street parking

    parking_mapper

    diff --git a/rustdoc/experiment/animation/index.html b/rustdoc/experiment/animation/index.html index c3dcb08994..1cc1d59926 100644 --- a/rustdoc/experiment/animation/index.html +++ b/rustdoc/experiment/animation/index.html @@ -1,6 +1,6 @@ experiment::animation - Rust

    [][src]Module experiment::animation

    Structs

    + Change settings

    [][src]Module experiment::animation

    Structs

    Animation
    Animator
    SnowEffect
    Snowflake

    Enums

    Effect
    \ No newline at end of file diff --git a/rustdoc/experiment/animation/struct.SnowEffect.html b/rustdoc/experiment/animation/struct.SnowEffect.html index 3249d1e611..b7639558a8 100644 --- a/rustdoc/experiment/animation/struct.SnowEffect.html +++ b/rustdoc/experiment/animation/struct.SnowEffect.html @@ -6,7 +6,7 @@ flakes: Vec<Snowflake>, draw: Drawable, }

    - Fields

    rng: XorShiftRngflakes: Vec<Snowflake>draw: Drawable

    Implementations

    impl SnowEffect[src]

    pub fn new(ctx: &mut EventCtx<'_>) -> SnowEffect[src]

    fn spawn_new(&mut self, now: Time, initial_pos: Pt2D) -> Snowflake[src]

    pub fn event(&mut self, ctx: &mut EventCtx<'_>, now: Time)[src]

    pub fn draw(&self, g: &mut GfxCtx<'_>)[src]

    Auto Trait Implementations

    impl !RefUnwindSafe for SnowEffect

    impl !Send for SnowEffect

    impl !Sync for SnowEffect

    impl Unpin for SnowEffect

    impl UnwindSafe for SnowEffect

    Blanket Implementations

    impl<T> Any for T where
        T: 'static + ?Sized
    [src]