plotters-rs / plotters-canvas

Plotters HTML5 Canvas-WASM Backend
MIT License
33 stars 20 forks source link

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

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 version 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