This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
rustboyadvance-ng/platform/rustboyadvance-libretro/Cargo.toml
Michel Heily 4db32b1af2 Get rid of the VideoInterface trait
Former-commit-id: 30a14ff0609b385b80b4c17a8f70e89fce816509
Former-commit-id: 519aeea19b3faa37b732463ecfdddb9730322021
2022-09-12 01:13:01 +03:00

24 lines
498 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/" }
rustboyadvance-utils = { path = "../../utils" }
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"]