From dcc757e2e13fc6096fd7c9d7da27a0e732c5e0d2 Mon Sep 17 00:00:00 2001 From: s-ol Date: Mon, 24 Mar 2025 22:32:09 +0100 Subject: release 0.1.1 --- texture-share-vk-0.1.0-1.rockspec | 29 ----------------------------- texture-share-vk-0.1.1-1.rockspec | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 texture-share-vk-0.1.0-1.rockspec create mode 100644 texture-share-vk-0.1.1-1.rockspec diff --git a/texture-share-vk-0.1.0-1.rockspec b/texture-share-vk-0.1.0-1.rockspec deleted file mode 100644 index 7c4d65d..0000000 --- a/texture-share-vk-0.1.0-1.rockspec +++ /dev/null @@ -1,29 +0,0 @@ -package = "texture-share-vk" -version = "0.1.0-1" - -source = { - url = "git+https://git.s-ol.nu/lua-texture-share-vk.git", - tag = "v0.1.0", -} - -description = { - summary = "A LÖVE library for sharing GPU textures between processes", - detailed = [[ - This wraps the OpenGL C API of https://github.com/DigitOtter/texture-share-vk - and allows publishing a LÖVE Canvas object. - ]], - homepage = "https://git.s-ol.nu/lua-texture-share-vk/-/", - license = "MIT", -} - -dependencies = { - -- requires luajit FFI - "lua == 5.1", -} - -build = { - type = "builtin", - modules = { - ["texture-share-vk"] = "texture-share-vk.lua", - } -} diff --git a/texture-share-vk-0.1.1-1.rockspec b/texture-share-vk-0.1.1-1.rockspec new file mode 100644 index 0000000..cd505de --- /dev/null +++ b/texture-share-vk-0.1.1-1.rockspec @@ -0,0 +1,29 @@ +package = "texture-share-vk" +version = "0.1.1-1" + +source = { + url = "git+https://git.s-ol.nu/lua-texture-share-vk.git", + tag = "v0.1.1", +} + +description = { + summary = "A LÖVE library for sharing GPU textures between processes", + detailed = [[ + This wraps the OpenGL C API of https://github.com/DigitOtter/texture-share-vk + and allows publishing a LÖVE Canvas object. + ]], + homepage = "https://git.s-ol.nu/lua-texture-share-vk/-/", + license = "MIT", +} + +dependencies = { + -- requires luajit FFI + "lua == 5.1", +} + +build = { + type = "builtin", + modules = { + ["texture-share-vk"] = "texture-share-vk.lua", + } +} -- cgit v1.2.3