1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
//! This package is a placeholder for the speedy2d project, to prevent
//! impersonation, and to reserve the name for future use.
//!
//! For the main crate, see: https://crates.io/crates/speedy2d
//!
//! Stay tuned for future speedy2d subprojects like this one!

#[cfg(test)]
mod tests {
    #[test]
    fn it_works() {
        assert!(true);
    }
}