879374a9b0
Former-commit-id: 5af970f6d56d321472f2b91885e41ca113390986 Former-commit-id: 748e222a36362eb5ac8909068c32f2d3f98ca536
23 lines
450 B
TOML
23 lines
450 B
TOML
[package]
|
|
name = "rustboyadvance-libretro"
|
|
version = "0.1.0"
|
|
authors = ["Michel Heily <michelheily@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
|
|
[dependencies]
|
|
rustboyadvance-core = { path = "../../core/" }
|
|
log = "0.4.8"
|
|
libc = "0.2"
|
|
libretro-sys = "0.1.1"
|
|
bit = "^0.1"
|
|
unsafe_unwrap = "0.1.0"
|
|
|
|
[dependencies.libretro-backend]
|
|
git = "https://github.com/michelhe/libretro-backend.git"
|
|
branch = "rustboyadvance"
|
|
features = ["logging"] |