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
This commit is contained in:
Joshua Barretto 2019-05-24 21:26:25 +00:00 committed by Forest Anderson
parent 27f2a5c3cc
commit 9101889aa5

View File

@ -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"