change window dep from piston to minifb
This commit is contained in:
parent
4620f647ad
commit
3844c0fe80
5 changed files with 728 additions and 1079 deletions
|
@ -1,7 +1,14 @@
|
|||
[package]
|
||||
name = "rustenstein"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["Fabien Freling <public@ffreling.com>"]
|
||||
|
||||
[dependencies]
|
||||
piston_window = "0.107.0"
|
||||
minifb = "0.19.3"
|
||||
|
||||
# From https://fasterthanli.me/articles/my-ideal-rust-workflow#advice-start
|
||||
[profile.release]
|
||||
debug = 1
|
||||
incremental = true
|
||||
lto = "off"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue