Update glfw3webgpu to v1.1.0 (#3086)

pull/3087/head
ruki 1 year ago committed by GitHub
parent cba2c0ff63
commit 34c756c684
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/g/glfw3webgpu/xmake.lua

@ -6,6 +6,7 @@ package("glfw3webgpu")
add_urls("https://github.com/eliemichel/glfw3webgpu/archive/refs/tags/$(version).tar.gz",
"https://github.com/eliemichel/glfw3webgpu.git")
add_versions("v1.1.0", "307ba86a724adc84a875e8bd2374baad0fabc77797f20f9a1779eef8d9ffe95a")
add_versions("v1.0.1", "b98c63f1905f0e4cf99229de8b7e5c2693fdf3b8d684b5a43d60f21f67d33e6b")
add_deps("wgpu-native", "glfw")

Loading…
Cancel
Save