Skip to content

Commit

Permalink
Add Point
Browse files Browse the repository at this point in the history
  • Loading branch information
fishrockz committed Dec 20, 2024
1 parent cc02247 commit 39d818d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcamera-meta/src/bin/generate_from_git.rs
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ mod generate_rust {
use crate::control::{{Control, Property, ControlEntry, DynControlEntry}};
use crate::control_value::{{ControlValue, ControlValueError}};
#[allow(unused_imports)]
use crate::geometry::{{Rectangle, Size}};
use crate::geometry::{{Rectangle, Point, Size}};
#[allow(unused_imports)]
use libcamera_sys::*;
Expand Down

0 comments on commit 39d818d

Please sign in to comment.