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/fps_bench/Cargo.toml
Michel Heily 42c64ed429 Fix missing linking against utils in fps_bench
Former-commit-id: 1d5f92f8351d176eb2b49ab870c291d65d7ece8b
Former-commit-id: 36c8b0076f8e5b744c7b9e4e2fc95e1bc9f08605
2022-09-12 01:14:22 +03:00

10 lines
217 B
TOML

[package]
name = "fps_bench"
version = "0.1.0"
authors = ["Michel Heily <michelheily@gmail.com>"]
edition = "2018"
[dependencies]
rustboyadvance-core = {path = "../core/"}
rustboyadvance-utils = {path = "../utils/"}