impacted 2.0.3

2d collision test for arbitrary convex shapes
Documentation
1
2
3
4
5
6
7
use rustc_version::{version_meta, Channel};

fn main() {
    if let Channel::Nightly = version_meta().unwrap().channel {
        println!("cargo:rustc-cfg=nightly");
    }
}