Fix compiling (still fails to run)
This commit is contained in:
parent
a1462c23db
commit
ae0eca0e83
2 changed files with 1124 additions and 1323 deletions
2443
Cargo.lock
generated
2443
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -1,12 +1,12 @@
|
|||
[package]
|
||||
name = "ld45_one_and_all"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors = ["Stephen Seo <seo.disparate@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
quicksilver = "0.3.19"
|
||||
quicksilver = { version = "0.3.19", default-features = false, features = [ "fonts", "saving", "sounds" ] }
|
||||
rand = "0.7.2"
|
||||
serde = { version = "1.0.101", features = ["derive"] }
|
||||
|
|
Loading…
Reference in a new issue