bevy_tween 0.7.0

Flexible tweening plugin library for Bevy
Documentation
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash


# Helper script to test the library on WSL


# Move the build target to current directory so it can find the asset

cp $1 .


# Run the executable

./"$(basename $1)"


echo "Don't forget to remove the executable before pushing!"