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-minifb/Cargo.toml
Michel Heily b21cd1e3d9 Refactor project workspace and fix build
Former-commit-id: 8e264cdbc9e5290654c29e6893a121bce73c29c9
2020-04-10 00:53:41 +03:00

12 lines
268 B
TOML

[package]
name = "rustboyadvance-minifb"
version = "0.1.0"
authors = ["Michel Heily <michelheily@gmail.com>"]
edition = "2018"
[dependencies]
rustboyadvance-ng = {path = "../../"}
minifb = "0.11.2"
clap = {version = "2.33", features = ["color", "yaml"]}
bit = "^0.1"