mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 06:05:24 +00:00
Improve command line and web interface
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Recursion limit bump is to support Ritz, a JSX-like proc macro used for
|
||||
// Rojo's web UI currently.
|
||||
#![recursion_limit = "128"]
|
||||
#![recursion_limit = "1024"]
|
||||
|
||||
#[macro_use]
|
||||
mod impl_from;
|
||||
|
||||
Reference in New Issue
Block a user