Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions ci_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,17 @@
"libpng"
]
},
"joltphysics": {
"_comment": [
"Very math-y library so enable optimizations to make tests run faster.",
"Additionally set cpp_rtti=true to work around a meson bug in 1.9.1"
],
"build_options": [
"joltphysics:tests=enabled",
"buildtype=debugoptimized",
"cpp_rtti=true"
]
},
"json-glib": {
"_comment": [
"- gettext is not optional: https://gitlab.gnome.org/GNOME/json-glib/-/merge_requests/50",
Expand Down
8 changes: 8 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -1717,6 +1717,14 @@
"2.1-1"
]
},
"joltphysics": {
"dependency_names": [
"Jolt"
],
"versions": [
"5.3.0-1"
]
},
"json": {
"versions": [
"3.2.0-1",
Expand Down
9 changes: 9 additions & 0 deletions subprojects/joltphysics.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[wrap-file]
directory = JoltPhysics-5.3.0
source_url = https://github.com/jrouwe/JoltPhysics/archive/refs/tags/v5.3.0.tar.gz
source_hash = e7f9621e480646c434150e1fbe3a9410f4ec4b04ffe54791e0678326b741b918
source_filename = JoltPhysics-5.3.0.tar.gz
patch_directory = joltphysics

[provide]
dependency_names = Jolt
Loading
Loading