From f78ceaad2257dd7a7b6308135ebf11608d6c208b Mon Sep 17 00:00:00 2001 From: calic Date: Thu, 28 May 2026 20:49:01 +0200 Subject: [PATCH] deps: bump lib-core.maps 0.4.0 -> 0.5.0 Required by the v0.5.0 schema-v3 + autotile work shipping in sporel-lib-core.maps. No behavioural change in render itself; the new maps surface (vertex-painted layers, override sublayer, render- opt caches) is consumed via existing draw_map_pre/post_entities calls which are backwards-compatible. Co-Authored-By: Claude Opus 4.7 (1M context) --- manifest.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.lib b/manifest.lib index 814ec7f..b5e950d 100644 --- a/manifest.lib +++ b/manifest.lib @@ -1 +1 @@ -{"id":"lib-core.render","version":"0.1.0","api_min":"0.1","deps":[{"id":"lib-core.maps","version":"0.4.0"}]} \ No newline at end of file +{"id":"lib-core.render","version":"0.1.0","api_min":"0.1","deps":[{"id":"lib-core.maps","version":"0.5.0"}]}