From 4a3e5a68bd649f7388282caf3f7c771356e00eea Mon Sep 17 00:00:00 2001 From: Cre8or <3143797+Cre8or@users.noreply.github.com> Date: Mon, 30 Dec 2024 12:25:23 +0100 Subject: [PATCH 1/2] Cre8or_Generic_Image_Handling + Cre8or_Generic_Image_Handling_Example --- ..._generic_image_handling_example-1.0.0.toml | 23 +++++++++++++++++++ .../cre8or_raw_window_handle-1.0.0.toml | 17 ++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 index/cr/cre8or_generic_image_handling_example/cre8or_generic_image_handling_example-1.0.0.toml create mode 100644 index/cr/cre8or_raw_window_handle/cre8or_raw_window_handle-1.0.0.toml diff --git a/index/cr/cre8or_generic_image_handling_example/cre8or_generic_image_handling_example-1.0.0.toml b/index/cr/cre8or_generic_image_handling_example/cre8or_generic_image_handling_example-1.0.0.toml new file mode 100644 index 000000000..6f78c51b7 --- /dev/null +++ b/index/cr/cre8or_generic_image_handling_example/cre8or_generic_image_handling_example-1.0.0.toml @@ -0,0 +1,23 @@ +name = "cre8or_generic_image_handling_example" +description = "Generic image handling example project" +version = "1.0.0" + +authors = ["Cre8or"] +maintainers = ["Cre8or "] +maintainers-logins = ["Cre8or"] +licenses = "Apache-2.0" +website = "https://github.com/Cre8or/Generic-Image-Handling-Ada" +tags = ["cre8or", "images", "pictures", "binding", "example", "stb", "stb-images", "gamedev", "graphics"] +executables = ["main_generic_image_handling"] + +[configuration] +disabled = true + +[[depends-on]] +cre8or_generic_image_handling = "*" + +[origin] +commit = "c01495f03fc8332fd8581e64ac96d3b5233f1dea" +subdir = "./example_project/" +url = "git+https://github.com/Cre8or/Generic-Image-Handling-Ada.git" + diff --git a/index/cr/cre8or_raw_window_handle/cre8or_raw_window_handle-1.0.0.toml b/index/cr/cre8or_raw_window_handle/cre8or_raw_window_handle-1.0.0.toml new file mode 100644 index 000000000..91ef4a493 --- /dev/null +++ b/index/cr/cre8or_raw_window_handle/cre8or_raw_window_handle-1.0.0.toml @@ -0,0 +1,17 @@ +name = "cre8or_raw_window_handle" +description = "Common windowing library for Ada" +version = "1.0.0" + +authors = ["Cre8or"] +maintainers = ["Cre8or "] +maintainers-logins = ["Cre8or"] +licenses = "Apache-2.0" +website = "https://github.com/Cre8or/Raw-Window-Handle-Ada" +tags = ["cre8or", "window", "windowing", "library", "windows", "win32", "linux", "unix", "x11", "quartz", "macos", "cocoa"] + +[configuration] +disabled = true +[origin] +commit = "c852021ed8835f73f793a7c740314d6a56acace9" +url = "git+https://github.com/Cre8or/Raw-Window-Handle-Ada.git" + From e4cab18a1510f4065fa661342c8c9a6b7586b733 Mon Sep 17 00:00:00 2001 From: Cre8or <3143797+Cre8or@users.noreply.github.com> Date: Mon, 30 Dec 2024 12:33:38 +0100 Subject: [PATCH 2/2] Fix incorrect manifest push --- .../cre8or_generic_image_handling-1.0.0.toml | 18 ++++++++++++++++++ .../cre8or_raw_window_handle-1.0.0.toml | 17 ----------------- 2 files changed, 18 insertions(+), 17 deletions(-) create mode 100644 index/cr/cre8or_generic_image_handling/cre8or_generic_image_handling-1.0.0.toml delete mode 100644 index/cr/cre8or_raw_window_handle/cre8or_raw_window_handle-1.0.0.toml diff --git a/index/cr/cre8or_generic_image_handling/cre8or_generic_image_handling-1.0.0.toml b/index/cr/cre8or_generic_image_handling/cre8or_generic_image_handling-1.0.0.toml new file mode 100644 index 000000000..8b20d0ba4 --- /dev/null +++ b/index/cr/cre8or_generic_image_handling/cre8or_generic_image_handling-1.0.0.toml @@ -0,0 +1,18 @@ +name = "cre8or_generic_image_handling" +description = "Generic image file and data handling using stb_images" +version = "1.0.0" + +authors = ["Cre8or"] +maintainers = ["Cre8or "] +maintainers-logins = ["Cre8or"] +licenses = "Apache-2.0" +website = "https://github.com/Cre8or/Generic-Image-Handling-Ada" +tags = ["cre8or", "images", "pictures", "binding", "stb", "stb-images", "gamedev", "graphics"] + +[configuration] +disabled = true + +[origin] +commit = "c01495f03fc8332fd8581e64ac96d3b5233f1dea" +url = "git+https://github.com/Cre8or/Generic-Image-Handling-Ada.git" + diff --git a/index/cr/cre8or_raw_window_handle/cre8or_raw_window_handle-1.0.0.toml b/index/cr/cre8or_raw_window_handle/cre8or_raw_window_handle-1.0.0.toml deleted file mode 100644 index 91ef4a493..000000000 --- a/index/cr/cre8or_raw_window_handle/cre8or_raw_window_handle-1.0.0.toml +++ /dev/null @@ -1,17 +0,0 @@ -name = "cre8or_raw_window_handle" -description = "Common windowing library for Ada" -version = "1.0.0" - -authors = ["Cre8or"] -maintainers = ["Cre8or "] -maintainers-logins = ["Cre8or"] -licenses = "Apache-2.0" -website = "https://github.com/Cre8or/Raw-Window-Handle-Ada" -tags = ["cre8or", "window", "windowing", "library", "windows", "win32", "linux", "unix", "x11", "quartz", "macos", "cocoa"] - -[configuration] -disabled = true -[origin] -commit = "c852021ed8835f73f793a7c740314d6a56acace9" -url = "git+https://github.com/Cre8or/Raw-Window-Handle-Ada.git" -