diff --git a/packages/f/fcpw/xmake.lua b/packages/f/fcpw/xmake.lua index 65b2bb7532a..a10c943006b 100644 --- a/packages/f/fcpw/xmake.lua +++ b/packages/f/fcpw/xmake.lua @@ -5,6 +5,7 @@ package("fcpw") add_urls("https://github.com/rohan-sawhney/fcpw.git") add_versions("v1.0.5", "9a0c41ae44fbcbf32a1740adec7a2a79eded249f") + add_versions("v1.1.2", "b61f006f35396968dfae982f7fba0a67b1f4b4a2") add_configs("enoki", {description = "Build enoki backend", default = false, type = "boolean"}) add_configs("gpu", {description = "Enable GPU support", default = false, type = "boolean"})