summaryrefslogblamecommitdiff
path: root/Cargo.toml
blob: 987772d27f3129120b6f89141936b94e03f5fc64 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
         
                    
                      






                                          











                       



                                                      
[package]
name        = "luma"
version     = "0.36.0"
authors     = ["Gabriel Jensen"]
edition     = "2021"
description = "AGB emulator."
readme      = "README.txt"
repository  = "https://mandelbrot.dk/luma"
keywords    = ["agb", "emulator", "gba"]
categories  = ["emulators"]

[[bin]]
name = "luma"
path = "src/main.rs"

[profile.dev]
overflow-checks = false

[profile.release]
lto = true

[dependencies]
toml  = "0.7.5"
libc  = "0.2.147"
sdl2  = "0.35.2"
serde = { version = "1.0.164", features = ["derive"] }