From 6dc6edc7af928593590a922bc4b8a3166a322c13 Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Fri, 10 Jan 2025 16:43:09 -0600 Subject: curl attempt --- src/launcher.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/launcher.rs') 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> { let home = home.to_owned(); -- cgit v1.2.3-70-g09d2