75b077634b
* Add orka 1.0.0 crates * Disable orka_egl on Windows GCC fails to find and link EGL. * Require GCC >= 12 for orka_tensors_gpu
36 lines
857 B
TOML
36 lines
857 B
TOML
name = "orka"
|
|
description = "OpenGL 4.6 rendering kernel written in Ada 2012"
|
|
version = "1.0.0"
|
|
website = "https://github.com/onox/orka"
|
|
licenses = "Apache-2.0"
|
|
tags = ["azdo", "egl", "opengl", "orka", "rendering", "graphics", "game", "engine", "ktx", "gltf"]
|
|
|
|
authors = ["onox"]
|
|
maintainers = ["onox <denkpadje@gmail.com>"]
|
|
maintainers-logins = ["onox"]
|
|
|
|
[build-switches]
|
|
validation.compile_checks = "warnings"
|
|
"*".style_checks = ["-gnatygAOM99-Is"]
|
|
|
|
[project-files.'case(os)']
|
|
linux = ["orka.gpr", "orka-egl.gpr"]
|
|
windows = ["orka.gpr"]
|
|
|
|
[available.'case(os)']
|
|
linux = true
|
|
windows = true
|
|
'...' = false
|
|
|
|
[[depends-on]]
|
|
orka_types = "~1.0.0"
|
|
orka_simd = "~1.0.0"
|
|
orka_transforms = "~1.0.0"
|
|
orka_opengl = "~1.0.0"
|
|
orka_egl = "~1.0.0"
|
|
|
|
[origin]
|
|
commit = "b455160b0b24a89af4ae6423b186dc826915d487"
|
|
url = "git+https://github.com/onox/orka.git"
|
|
subdir = "orka"
|