16 lines
350 B
TOML
16 lines
350 B
TOML
[package]
|
|
name = "gd-extension-rs-ffmepg"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
libc = "0.2.144"
|
|
anyhow = "1.0.71"
|
|
rsmpeg = "0.14.1"
|
|
godot = { git = "https://github.com/godot-rust/gdext", branch = "master" }
|