From 9101889aa53703c4d0bf76e7f0474d1212a7c200 Mon Sep 17 00:00:00 2001 From: Joshua Barretto Date: Fri, 24 May 2019 21:26:25 +0000 Subject: [PATCH] Remove msgbox dependency The messagebox denedency was causing conflicts when trying to build on my workstation. Removing this dependency resolved the problem immediately. Will work to replace this functionality before sending upstream. Former-commit-id: aeb4255e9c046c5c721316ec408497a7eeca0a5a --- voxygen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voxygen/Cargo.toml b/voxygen/Cargo.toml index e597f54905..a9aeb3c753 100644 --- a/voxygen/Cargo.toml +++ b/voxygen/Cargo.toml @@ -47,7 +47,7 @@ toml = "0.4" guillotiere = "0.4" fnv = "1.0" simplelog = "0.5" -msgbox = "0.1" +msgbox = { git = "https://github.com/bekker/msgbox-rs.git" } directories = "1.0" portpicker = "0.1" num = "0.2"