Skip to content

Commit ccdb7a3

Browse files
authored
Merge pull request #38 from dbartussek/libcamera_versioning
Added compatibility with multiple libcamera versions
2 parents df2d09f + ba4afa9 commit ccdb7a3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+54598
-3233
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
/target
22
/Cargo.lock
33

4+
.idea
45
.vscode/
56
!.vscode/settings.json
7+
8+
/libcamera-git

libcamera-meta/Cargo.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@ edition = "2021"
55
license = "MIT OR Apache-2.0"
66

77
[dependencies]
8-
yaml-rust = "0.4"
8+
git2 = "0.19.0"
99
indoc = "2.0.3"
10+
prettyplease = "0.2.17"
11+
semver = "1.0.22"
12+
syn = "2.0.58"
13+
yaml-rust = "0.4"

libcamera-meta/src/bin/generate_c.rs

-115
This file was deleted.

0 commit comments

Comments
 (0)