diff --git a/index/gf/gfx_core/gfx_core-0.1.0.toml b/index/gf/gfx_core/gfx_core-0.1.0.toml new file mode 100644 index 000000000..3a435d786 --- /dev/null +++ b/index/gf/gfx_core/gfx_core-0.1.0.toml @@ -0,0 +1,21 @@ +name = "gfx_core" +description = "Modular Portable Graphics Library, Core Components" +version = "0.1.0" + +authors = ["Vadim Godunko"] +maintainers = ["Vadim Godunko "] +maintainers-logins = ["godunko"] +licenses = "Apache-2.0 WITH LLVM-exception" +tags = ["graphics"] + +project-files = ["gnat/gfx_core.gpr"] + +[configuration] +generate_ada = false +generate_c = false +generate_gpr = true + +[origin] +commit = "0ad900030f4d80d80792c61f0a0382876a471db8" +url = "git+https://github.com/godunko/gfx-core.git" + diff --git a/index/gf/gfx_rasteriser/gfx_rasteriser-0.1.0.toml b/index/gf/gfx_rasteriser/gfx_rasteriser-0.1.0.toml new file mode 100644 index 000000000..9aa7dbc2b --- /dev/null +++ b/index/gf/gfx_rasteriser/gfx_rasteriser-0.1.0.toml @@ -0,0 +1,25 @@ +name = "gfx_rasteriser" +description = "Modular Portable Graphics Library, Primitive's Rasteriser" +version = "0.1.0" + +authors = ["Vadim Godunko"] +maintainers = ["Vadim Godunko "] +maintainers-logins = ["godunko"] +licenses = "Apache-2.0 WITH LLVM-exception" +tags = ["graphics"] + +project-files = ["gnat/gfx_rasteriser.gpr"] + +[configuration] +generate_ada = false +generate_c = false +generate_gpr = true + +[[depends-on]] +gfx_core = "~0.1.0" + + +[origin] +commit = "a611c7af65477b38206f029ca5e930558aa74c45" +url = "git+https://github.com/godunko/gfx-rasteriser.git" +