Skip to content

Commit

Permalink
cre8or_generic_image_handling 1.0.0 (#1346)
Browse files Browse the repository at this point in the history
* Cre8or_Generic_Image_Handling

+ Cre8or_Generic_Image_Handling_Example

* Fix incorrect manifest push
  • Loading branch information
Cre8or authored Dec 30, 2024
1 parent c1a87fd commit 0a33634
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
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"

Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "cre8or_generic_image_handling_example"
description = "Generic image handling example project"
version = "1.0.0"

authors = ["Cre8or"]
maintainers = ["Cre8or <[email protected]>"]
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"

0 comments on commit 0a33634

Please sign in to comment.