1b9f5eff2c
Former-commit-id: cfa10d7cd1d9dcb6d0cc9933bd0dc5b040ec57dd Former-commit-id: 19866c8db2380c00768edffaddc4a0d977a67f3b
26 lines
654 B
TOML
26 lines
654 B
TOML
[package]
|
|
name = "rustboyadvance-sdl2"
|
|
version = "0.1.0"
|
|
authors = ["Michel Heily <michelheily@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
rustboyadvance-core = { path = "../../core/", features = ["elf_support"] }
|
|
rustboyadvance-utils = { path = "../../utils/" }
|
|
sdl2 = { version = "0.33.0", features = ["image"] }
|
|
ringbuf = "0.2.2"
|
|
bytesize = "1.0.0"
|
|
structopt = "0.3"
|
|
log = "0.4.8"
|
|
flexi_logger = { version = "0.14", features = ["colors"] }
|
|
bit = "^0.1"
|
|
spin_sleep = "0.3.7"
|
|
|
|
[target.'cfg(windows)'.build-dependencies]
|
|
winres = "0.1"
|
|
|
|
# [features]
|
|
# default = ["gdb"]
|
|
# debugger = ["rustboyadvance-core/debugger"]
|
|
# gdb = ["rustboyadvance-core/gdb"]
|