Skip to content

Commit

Permalink
Bump after-effects
Browse files Browse the repository at this point in the history
  • Loading branch information
valadaptive committed Sep 27, 2024
1 parent e0b753e commit 65e5510
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 39 deletions.
42 changes: 6 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/ae-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ license = "MIT OR ISC OR Apache-2.0"
crate-type = ["cdylib"]

[target.'cfg(any(windows, target_os="macos"))'.dependencies]
after-effects = {git = "https://github.com/AdrianEddy/after-effects", rev = "ac73105"}
after-effects = {git = "https://github.com/AdrianEddy/after-effects", rev = "e2650d1"}
ntscrs = { path = "../ntscrs" }

[target.'cfg(any(windows, target_os="macos"))'.build-dependencies]
pipl = {git = "https://github.com/AdrianEddy/after-effects", rev = "ac73105"}
pipl = {git = "https://github.com/AdrianEddy/after-effects", rev = "e2650d1"}
1 change: 1 addition & 0 deletions crates/ae-plugin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,7 @@ impl Plugin {
descriptor_id_start,
descriptor_id_end,
&descriptor.label,
false,
|g| {
g.add_customized(
descriptor_id_num,
Expand Down
2 changes: 1 addition & 1 deletion crates/openfx-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ allocator-api2 = "0.2.16"
ntscrs = { path = "../ntscrs" }

[build-dependencies]
bindgen = "0.69.1"
bindgen = "0.70"

[lib]
crate-type = ["cdylib"]

0 comments on commit 65e5510

Please sign in to comment.