mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2025-03-04 20:49:51 +00:00
Remove TODO as config is now fetched over web
This commit is contained in:
parent
708a194764
commit
5cef798f3c
|
@ -71,7 +71,6 @@ use log::Level;
|
||||||
|
|
||||||
use config::BaseAttributes;
|
use config::BaseAttributes;
|
||||||
|
|
||||||
// TODO: Fetch this over a HTTP request?
|
|
||||||
static RAW_CONFIG: &'static str = include_str!("../config.toml");
|
static RAW_CONFIG: &'static str = include_str!("../config.toml");
|
||||||
|
|
||||||
#[derive(Deserialize, Debug)]
|
#[derive(Deserialize, Debug)]
|
||||||
|
|
Loading…
Reference in a new issue