srb_gui 0.0.2

GUI for the Space Robotics Bench
1
2
3
4
fn main() {
    // Monitor the content directory for changes
    println!("cargo:rerun-if-changed=content");
}