From 57533a85a8c5ce623c0ff469bed1816b9579c097 Mon Sep 17 00:00:00 2001 From: GauBen Date: Wed, 23 Dec 2020 09:09:43 +0100 Subject: [PATCH] chore(deps): fixed dependency list --- bcotp.opam | 1 - dune-project | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bcotp.opam b/bcotp.opam index 3262185..d9b4474 100644 --- a/bcotp.opam +++ b/bcotp.opam @@ -11,7 +11,6 @@ bug-reports: "https://github.com/GauBen/bcotp/issues" depends: [ "dune" {>= "2.7"} "graphics" - "unix" "odoc" {with-doc} ] build: [ diff --git a/dune-project b/dune-project index 677180d..b8f47ef 100644 --- a/dune-project +++ b/dune-project @@ -21,6 +21,6 @@ (name bcotp) (synopsis "Big Cities on Tiny Planets : Definitive Edition") (description "The locally world-famous city building game") - (depends graphics unix)) + (depends graphics)) (generate_opam_files true)