From 6daa37069e14a2adfd3d9575d5f69bcbfcdc6a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belmant?= Date: Fri, 10 Feb 2023 12:48:34 +0100 Subject: [PATCH] Add compat entry for BitMasks.jl at version 0.1 --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 5421ecf8..b1ed9287 100644 --- a/Project.toml +++ b/Project.toml @@ -20,6 +20,7 @@ VulkanCore = "16167f82-ea26-5cba-b1de-ed6fd5e30a11" [compat] Accessors = "0.1.9" AutoHashEquals = "0.2, 1.0" +BitMasks = "0.1" DocStringExtensions = "0.8, 0.9" MLStyle = "0.4" Preferences = "1.2"