speedy2d_audio/lib.rs
1//! This package is a placeholder for the speedy2d project, to prevent
2//! impersonation, and to reserve the name for future use.
3//!
4//! For the main crate, see: https://crates.io/crates/speedy2d
5//!
6//! Stay tuned for future speedy2d subprojects like this one!
7
8#[cfg(test)]
9mod tests {
10 #[test]
11 fn it_works() {
12 assert!(true);
13 }
14}