gstreamer-rs/tutorials
Sebastian Dröge d84336dc12 tutorials/basic-tutorial-5: Don't unnecessarily cast float literals to f64
error: casting float literal to `f64` is unnecessary
   --> tutorials/src/bin/basic-tutorial-5.rs:141:13
    |
141 |             1.0 as f64,
    |             ^^^^^^^^^^ help: try: `1.0_f64`
    |
2020-12-29 16:56:13 +02:00
..
src tutorials/basic-tutorial-5: Don't unnecessarily cast float literals to f64 2020-12-29 16:56:13 +02:00
Cargo.toml Move every gtk-rs dependency to the combined gtk-rs repository 2020-10-30 18:15:53 +02:00