-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make docs.rs build work and fix READMEs to use the common one
- Loading branch information
1 parent
482cb08
commit ef006e3
Showing
12 changed files
with
23 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "after-effects-sys" | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
authors = [ | ||
"Adrian Eddy <[email protected]>, Moritz Moeller <[email protected]>", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "after-effects" | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
authors = [ | ||
"Adrian Eddy <[email protected]>, Moritz Moeller <[email protected]>", | ||
] | ||
|
@@ -9,7 +9,7 @@ edition = "2021" | |
description = "High level bindings for the Adobe After Effects® SDK" | ||
keywords = ["motion-graphics", "after-effects", "graphics", "plugins"] | ||
categories = ["graphics", "multimedia::video", "rendering::graphics-api"] | ||
readme = "README.md" | ||
readme = "../README.md" | ||
homepage = "https://developer.adobe.com/after-effects/" | ||
repository = "https://github.com/virtualritz/after-effects/" | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "pipl" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
authors = ["Adrian <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "premiere-sys" | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
authors = ["Adrian <[email protected]>"] | ||
license = "Apache-2.0 OR BSD-3-Clause OR MIT OR Zlib" | ||
edition = "2021" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
[package] | ||
name = "premiere" | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
authors = [ | ||
"Adrian Eddy <[email protected]>", | ||
"Moritz Moeller <[email protected]>", | ||
] | ||
license = "Apache-2.0 OR BSD-3-Clause OR MIT OR Zlib" | ||
edition = "2021" | ||
readme = "../README.md" | ||
description = "High level bindings for the Adobe Premiere® SDK" | ||
keywords = ["motion-graphics", "premiere", "graphics", "plugins"] | ||
categories = ["graphics", "multimedia::video", "rendering::graphics-api"] | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ef006e3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ef006e3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So
cargo doc
still fails on Ubuntu for me after merging. All of the SDK types from the*-sys
crates are missing.ef006e3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I think this is because the updated
*-sys
crates have not been published. Ignore. 😁ef006e3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All re-published, docs are up!