Skip to content

Commit

Permalink
gfx_core, gfx_rasteriser 0.1.0 (#1139)
Browse files Browse the repository at this point in the history
  • Loading branch information
godunko authored Jul 22, 2024
1 parent b4af61c commit d3d4574
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
21 changes: 21 additions & 0 deletions index/gf/gfx_core/gfx_core-0.1.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "gfx_core"
description = "Modular Portable Graphics Library, Core Components"
version = "0.1.0"

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

25 changes: 25 additions & 0 deletions index/gf/gfx_rasteriser/gfx_rasteriser-0.1.0.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
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"

0 comments on commit d3d4574

Please sign in to comment.