fork of https://github.com/rustwasm/wasm-pack for the needs of NextGraph.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
wasm-pack/src/emoji.rs

14 lines
620 B

use console::Emoji;
pub static TARGET: Emoji = Emoji("🎯 ", "");
pub static CYCLONE: Emoji = Emoji("🌀 ", "");
pub static FOLDER: Emoji = Emoji("📂 ", "");
pub static MEMO: Emoji = Emoji("📝 ", "");
pub static DOWN_ARROW: Emoji = Emoji("⬇ ", "");
pub static RUNNER: Emoji = Emoji("🏃 ", "");
pub static SPARKLE: Emoji = Emoji("✨ ", ":-)");
pub static PACKAGE: Emoji = Emoji("📦 ", ":-)");
pub static WARN: Emoji = Emoji("⚠ ", ":-)");
pub static DANCERS: Emoji = Emoji("👯 ", "");
pub static ERROR: Emoji = Emoji("⛔ ", "");
pub static INFO: Emoji = Emoji("ℹ ", "");