-
Notifications
You must be signed in to change notification settings - Fork 4
/
Cargo.toml
24 lines (23 loc) · 973 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "flutter-video-plugin"
version = "0.1.0"
authors = ["David Craven <[email protected]>"]
edition = "2018"
[dependencies]
av-data = "0.2.0"
av-codec = "0.2.0"
av-format = "0.2.0"
av-vorbis = { git = "https://github.com/rust-av/av-vorbis" }
cpal = { git = "https://github.com/rustaudio/cpal" }
crossbeam = "0.7.3"
env_logger = "0.7.1"
flutter-engine = { git = "https://github.com/flutter-rs/flutter-rs", features = ["gl-helpers"] }
flutter-plugins = { git = "https://github.com/flutter-rs/flutter-rs" }
flutter-winit = { git = "https://github.com/flutter-rs/flutter-rs" }
glutin = { git = "https://github.com/dvc94ch/glutin", branch = "android" }
image = "0.22.4"
libvpx = { git = "https://github.com/rust-av/vpx-rs", features = ["codec-trait"] }
libopus = { git = "https://github.com/rust-av/opus-rs", features = ["codec-trait"] }
log = "0.4.8"
matroska = { git = "https://github.com/rust-av/matroska" }
serde = { version = "1.0.104", features = ["derive"] }