myth_engine/lib.rs
1//! # Myth Engine
2//!
3//! 🚧 **Work in Progress**
4//!
5//! The Myth Engine is currently under active development on GitHub.
6//! This crate is a placeholder to reserve the name.
7//!
8//! Please use the git dependency to use the engine:
9//!
10//! ```toml
11//! [dependencies]
12//! myth = { git = "https://github.com/panxinmiao/myth" }
13//! ```
14
15pub fn placeholder() {
16 println!("Please use the git dependency for Myth Engine!");
17}