Skip to content

安装

在您的 Cargo.toml 中添加 bevy_alight_motion 依赖:

toml
[dependencies]
bevy_alight_motion = { git = "https://github.com/Bli-AIk/bevy_alight_motion" }

系统依赖 (Linux)

如果您使用的是 Linux,请确保已安装 Bevy 所需的开发库:

bash
sudo apt-get install -y g++ pkg-config libx11-dev libasound2-dev libudev-dev 
    libwayland-dev libxkbcommon-dev

Released under the MIT License.