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
27 lines
650 B
TOML
27 lines
650 B
TOML
name = "orka_tools"
|
|
description = "Tools for the Orka rendering kernel"
|
|
version = "1.0.0"
|
|
website = "https://github.com/onox/orka"
|
|
licenses = "Apache-2.0"
|
|
tags = ["gltf", "ktx", "opengl", "orka"]
|
|
|
|
authors = ["onox"]
|
|
maintainers = ["onox <denkpadje@gmail.com>"]
|
|
maintainers-logins = ["onox"]
|
|
|
|
executables = ["orka_info", "orka_gltf", "orka_ktx"]
|
|
|
|
[build-switches]
|
|
validation.compile_checks = "warnings"
|
|
"*".style_checks = ["-gnatygAOM99-Is"]
|
|
|
|
[[depends-on]]
|
|
orka_awt = "~1.0.0"
|
|
orka_plugin_gltf = "~1.0.0"
|
|
orka = "~1.0.0"
|
|
|
|
[origin]
|
|
commit = "b455160b0b24a89af4ae6423b186dc826915d487"
|
|
url = "git+https://github.com/onox/orka.git"
|
|
subdir = "orka_tools"
|