diff --git a/.github/workflows/build-setup.yml b/.github/templates/build-setup.yml similarity index 100% rename from .github/workflows/build-setup.yml rename to .github/templates/build-setup.yml diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2086f43 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [unreleased] + +### 🚀 Features + +- Handle multiple devices (#6) + + diff --git a/Cargo.toml b/Cargo.toml index 7c97ace..1875aaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ install-path = "CARGO_HOME" install-updater = false # customize cargo-dist build env (install vcpkg and vcpkg build, etc) # see: https://opensource.axo.dev/cargo-dist/book/ci/customizing.html#customizing-build-setup -github-build-setup = "build-setup.yml" +github-build-setup = "../templates/build-setup.yml" [package.metadata.vcpkg] dependencies = ["ffmpeg[x264,vpx,freetype,fontconfig]", "x264[asm,core,default-features]"]