Skip to content
Permalink
Branch: experiments
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
12 lines (10 sloc) 425 Bytes
[package]
name = "quicksilver-roguelike"
version = "0.1.0"
authors = ["Tomas Sedovic <tomas@sedovic.cz>"]
edition = "2018"
[dependencies]
# More features: "collisions", "complex_shapes", "immi_ui", "sounds", "gamepads"
quicksilver = { version = "0.3.8", default-features = false, features = ["fonts", "saving"]}
# Disable the `parallel` feature, see if it fixes wasm
specs = { version = "0.14.3", default-features = false }
You can’t perform that action at this time.