Dose Response is a roguelike game where you play an addict. Avoid the dangers threatening your mind and body while desperately looking for the next fix. WWW: https://tryjumping.com/dose-response-roguelike/ PR: 234269 Submitted by: Greg V <greg@unrelenting.technology>
11 lines
594 B
TOML
11 lines
594 B
TOML
--- Cargo.toml.orig 2020-01-06 02:35:12 UTC
|
|
+++ Cargo.toml
|
|
@@ -30,7 +30,7 @@ log = "0.4.1"
|
|
log-panics = { version = "2.0", features = ["with-backtrace"], optional = true }
|
|
num-rational = { version = "0.2.1", default-features = false, features = ["serde"] }
|
|
oorandom = { version = "11.0.1" }
|
|
-sdl2 = { version = "0.32.2", features = ["bundled"], optional = true }
|
|
+sdl2 = { version = "0.32.2", features = [], optional = true }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
simplelog = { version = "0.5.2", default-features = false, features = [], optional = true }
|