From de46fef8d39aa3a7be793d7e7308c88783ba4c06 Mon Sep 17 00:00:00 2001 From: Frederik Banning <65158285+fbanning@users.noreply.github.com> Date: Wed, 19 Jan 2022 14:12:09 +0100 Subject: [PATCH] Add compat entry for GraphMakie (#12) Necessary to ensure it works with Graphs instead of LightGraphs --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index dce0d5d..08366c8 100644 --- a/Project.toml +++ b/Project.toml @@ -8,3 +8,6 @@ GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2" Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6" LightOSM = "d1922b25-af4e-4ba3-84af-fe9bea896051" Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" + +[compat] +GraphMakie = "0.3"