mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 14:15:24 +00:00
Code docs
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
//! A simple asset reloading system intended for iterating on CSS. When in the
|
||||
//! `dev_live_assets` feature is enabled, files are read from disk and watched
|
||||
//! for changes. Otherwise, they're baked into the executable.
|
||||
|
||||
macro_rules! declare_asset {
|
||||
($name: ident, $path: expr) => {
|
||||
pub fn $name() -> &'static str {
|
||||
|
||||
Reference in New Issue
Block a user