Compare commits

..

1 Commits

Author SHA1 Message Date
cuddle-please
78155dff79 chore(release): 0.2.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-09-22 13:09:46 +00:00
4 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- *(deps)* update rust crate bytes to v1.7.2
### Other
- build in cuddle instead of vhs
- build first then run
- clear screen after build
- fix warnings

Binary file not shown.

Before

Width:  |  Height:  |  Size: 422 KiB

After

Width:  |  Height:  |  Size: 422 KiB

View File

@ -4,8 +4,6 @@ rm -r assets/gifs
set -e
cargo build --features example && clear
cuddle x record
mkdir -p assets/gifs
mv target/vhs/* assets/gifs

View File

@ -3,6 +3,9 @@ Set Theme "Dracula"
Set Width 1200
Set Height 1000
Hide
Type "cargo build --features example && clear"
Enter
Sleep 1s
Type "./target/debug/gitnow --no-cache"
Enter
Show