plotters-rs / plotters-piston

Plotters piston window backend
MIT License
13 stars 13 forks source link

Proposal to use git-master dependencies for collaboration, testing, and CI #9

Closed facorread closed 2 years ago

facorread commented 2 years ago

This proposal aims to improve collaboration, testing, and CI by altering the version of the plotters-backend and plotters dependencies in Cargo.toml. Instead of using the stable versions of those crates, the git-master versions are used.

Using the git-master versions of the plotters- crates is vital for pre-release quality assurance and frustration-free collaboration in Plotters. It also reduces surprises at release time.

This is part of the proposal discussed on plotters-rs/plotters#373