1 2 3
pub const EDITOR_HTML: &str = include_str!("../../assets/editor/index.html"); pub const EDITOR_CSS: &str = include_str!("../../assets/editor/style.css"); pub const EDITOR_JS: &str = include_str!("../../assets/editor/app.js");