Skip to content

Commit

Permalink
chore: get release workflow working (#12)
Browse files Browse the repository at this point in the history
chore: get release workflow working
  • Loading branch information
ns-mkusper authored Sep 1, 2024
1 parent aa4facc commit 98e1558
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
File renamed without changes.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

All notable changes to this project will be documented in this file.

## [unreleased]

### 🚀 Features

- Handle multiple devices (#6)

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]"]
Expand Down

0 comments on commit 98e1558

Please sign in to comment.