summaryrefslogtreecommitdiffstats
path: root/src/launcher.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/launcher.rs')
-rw-r--r--src/launcher.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/launcher.rs b/src/launcher.rs
index 5dfc68a..e9acf72 100644
--- a/src/launcher.rs
+++ b/src/launcher.rs
@@ -80,6 +80,10 @@ impl Error for LaunchError {
}
impl Launcher {
+ pub fn init() {
+ curl::init();
+ }
+
// FIXME: more descriptive error type por favor
pub async fn new(home: &Path, online: bool) -> Result<Launcher, Box<dyn Error>> {
let home = home.to_owned();