We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1b9bb commit f629852Copy full SHA for f629852
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "camera-intrinsic-calibration"
3
-version = "0.7.0"
+version = "0.7.1"
4
edition = "2021"
5
authors = ["Powei Lin <poweilin1994@gmail.com>"]
6
readme = "README.md"
@@ -22,10 +22,10 @@ exclude = [
22
23
[dependencies]
24
aprilgrid = "0.6.0"
25
-camera-intrinsic-model = "0.3.1"
26
-clap = { version = "4.5.34", features = ["derive"] }
+camera-intrinsic-model = "0.4.0"
+clap = { version = "4.5.35", features = ["derive"] }
27
colorous = "1.0.16"
28
-env_logger = "0.11.7"
+env_logger = "0.11.8"
29
faer = "0.21.9"
30
glam = "0.30.1"
31
glob = "0.3.2"
0 commit comments