forked from rojo-rbx/rojo
Implement build command, shuffle around some internals to make it easier
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#[macro_use] extern crate clap;
|
||||
|
||||
use std::{
|
||||
path::{Path, PathBuf},
|
||||
env,
|
||||
};
|
||||
|
||||
use clap::clap_app;
|
||||
|
||||
use librojo::commands;
|
||||
|
||||
fn make_path_absolute(value: &Path) -> PathBuf {
|
||||
|
||||
Reference in New Issue
Block a user