change App Name to SilentDragonLite, clean up build trash

This commit is contained in:
DenioD
2019-11-02 14:04:15 +01:00
parent eaf27d0902
commit 94d21ecbea
5 changed files with 1 additions and 66 deletions

View File

@@ -7,7 +7,6 @@ use std::ffi::{CStr, CString};
use std::sync::{Mutex, Arc};
use std::cell::RefCell;
use silentdragonlitelib::{commands, lightclient::{LightClient, LightClientConfig}};
// We'll use a MUTEX to store a global lightclient instance,