diff --git a/Registry.toml b/Registry.toml index 940c815b85b47fa..3ffdb28c0bb1284 100644 --- a/Registry.toml +++ b/Registry.toml @@ -2794,6 +2794,7 @@ some amount of consideration when choosing package names. 53d20848-f986-4c56-957e-0e417ec068db = { name = "FluxArchitectures", path = "F/FluxArchitectures" } 53d494c1-5632-5724-8f4c-31dff12d585e = { name = "HexIO", path = "H/HexIO" } 53d494c1-5632-5724-8f4c-31dff12d585f = { name = "StructIO", path = "S/StructIO" } +53d714bf-0d76-4802-84b4-6cb75cca55f5 = { name = "WGPUCore", path = "W/WGPUCore" } 53eacc40-fba4-5ad6-b4bb-526e51630e63 = { name = "Arena", path = "A/Arena" } 53eb397e-dec1-5dcf-8dc9-2db916067267 = { name = "OIFITS", path = "O/OIFITS" } 53f7b83a-06b5-4910-9a21-1896bf762ade = { name = "PhyloCoalSimulations", path = "P/PhyloCoalSimulations" } diff --git a/W/WGPUCore/Compat.toml b/W/WGPUCore/Compat.toml new file mode 100644 index 000000000000000..aa70dc16f7adb23 --- /dev/null +++ b/W/WGPUCore/Compat.toml @@ -0,0 +1,7 @@ +[0] +CEnum = "0.4" +GLFW = "3.4.0-3" +GLFW_jll = "3.3.0-3" +Reexport = "1.2.0-1" +WGPUNative = "0.1" +julia = "1.8.0-1" diff --git a/W/WGPUCore/Deps.toml b/W/WGPUCore/Deps.toml new file mode 100644 index 000000000000000..f5218e121187f7f --- /dev/null +++ b/W/WGPUCore/Deps.toml @@ -0,0 +1,8 @@ +[0] +CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82" +GLFW = "f7f18e0c-5ee9-5ccd-a5bf-e8befd85ed98" +GLFW_jll = "0656b61e-2033-5cc2-a64a-77c0f6c09b89" +Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb" +Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" +Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +WGPUNative = "c14bfd16-04f9-4c2f-a915-b355584b5509" diff --git a/W/WGPUCore/Package.toml b/W/WGPUCore/Package.toml new file mode 100644 index 000000000000000..59f5f61eeeb7729 --- /dev/null +++ b/W/WGPUCore/Package.toml @@ -0,0 +1,3 @@ +name = "WGPUCore" +uuid = "53d714bf-0d76-4802-84b4-6cb75cca55f5" +repo = "https://github.com/dvijaha/WGPUCore.jl.git" diff --git a/W/WGPUCore/Versions.toml b/W/WGPUCore/Versions.toml new file mode 100644 index 000000000000000..6b568fc2ad1899f --- /dev/null +++ b/W/WGPUCore/Versions.toml @@ -0,0 +1,2 @@ +["0.1.1"] +git-tree-sha1 = "c6528983e55e6b8bb72cea5b737856a7b3a0d54a"