Skip to content

Commit

Permalink
hexapod_simulation_telemetry 0.0.1 (#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
godunko authored Dec 26, 2024
1 parent caf07b3 commit 12dc697
Showing 1 changed file with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name = "hexapod_simulation_telemetry"
description = "Phoenyx Hexapod Simulation/Telemetry GUI"
version = "0.0.1"

authors = ["Vadim Godunko"]
maintainers = ["Vadim Godunko <[email protected]>"]
maintainers-logins = ["godunko"]
licenses = "Apache-2.0 WITH LLVM-exception"
website = "https://github.com/godunko/hexapod/"
tags = ["hexapod", "robot", "gui"]

project-files = ["../../gnat/gui.gpr"]

[configuration]
generate_ada = false
generate_c = false
generate_gpr = true

[configuration.values]
cgk.Float_Size = "32"

[[depends-on]]
adagl_gtk3 = "*"
cgk = "*"
gtkada = "*"


[origin]
commit = "5bb2a2e899c9fcea9597b6ed7888c85886859995"
subdir = "./applications/gui/"
url = "git+https://github.com/godunko/hexapod.git"

0 comments on commit 12dc697

Please sign in to comment.