From 7d7bf91d61aff0ae511a4936197de5740ff0bc6a Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 2 Aug 2023 21:43:46 +0200 Subject: [PATCH] Allow new PNGFiles (#3121) --- WGLMakie/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WGLMakie/Project.toml b/WGLMakie/Project.toml index 0def8bf49bf..598a901393a 100644 --- a/WGLMakie/Project.toml +++ b/WGLMakie/Project.toml @@ -32,7 +32,7 @@ RelocatableFolders = "0.1, 0.2, 0.3, 1.0" ShaderAbstractions = "0.3" PrecompileTools = "1.0" StaticArrays = "0.12, 1.0" -PNGFiles = "0.3" +PNGFiles = "0.3, 0.4" julia = "1.3" [extras]