Skip to content

Commit b63b0a3

Browse files
committed
Make sure to generate Ptr<float> for core module
1 parent f8b9f38 commit b63b0a3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

binding-generator/src/settings.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,6 +1247,12 @@ pub struct ModuleTweak {
12471247

12481248
pub static GENERATOR_MODULE_TWEAKS: Lazy<HashMap<&str, ModuleTweak>> = Lazy::new(|| {
12491249
HashMap::from([
1250+
(
1251+
"core",
1252+
ModuleTweak {
1253+
generate_types: vec![TypeRefDesc::ptr_of_float],
1254+
},
1255+
),
12501256
(
12511257
"aruco",
12521258
ModuleTweak {

0 commit comments

Comments
 (0)