2017-10-01 22:13:34 +02:00
|
|
|
[package]
|
|
|
|
name = "rustenstein"
|
|
|
|
version = "0.1.0"
|
2021-11-04 14:03:12 +01:00
|
|
|
edition = "2021"
|
2017-10-01 22:13:34 +02:00
|
|
|
authors = ["Fabien Freling <public@ffreling.com>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2021-11-04 14:03:12 +01:00
|
|
|
minifb = "0.19.3"
|
|
|
|
|
|
|
|
# From https://fasterthanli.me/articles/my-ideal-rust-workflow#advice-start
|
|
|
|
[profile.release]
|
|
|
|
debug = 1
|
|
|
|
incremental = true
|
|
|
|
lto = "off"
|