Skip to content

Instantly share code, notes, and snippets.

View rgon's full-sized avatar

Gonzalo Ruiz rgon

View GitHub Profile
@rgon
rgon / Cargo.toml
Last active September 30, 2024 17:49 — forked from pkupper/Cargo.toml
Basic video playback in Bevy using ffmpeg-next
[package]
name = "bevy_video_demo_ffmpeg"
version = "0.1.1"
edition = "2021"
[dependencies]
bevy = "0.14.2"
ffmpeg-next = "7.1.0"