plotters-rs / plotters

A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely 🦀 📈🚀
https://plotters-rs.github.io/home/
MIT License
3.79k stars 273 forks source link

Warning due to use of deprecated default_features #598

Open andrewdavidmackenzie opened 2 months ago

andrewdavidmackenzie commented 2 months ago

In my build I noticed this, so I thought I'd mention it:

cargo build --features "gui"
warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
(in the `plotters` dependency)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
Philippe-Cholet commented 2 months ago

This should be closed thanks to #604.