Skip to content

Instantly share code, notes, and snippets.

@Thinkofname Thinkofname/deps.toml Secret
Created Jul 5, 2018

Embed
What would you like to do?
[dependencies]
bitflags = "1.0.3"
cgmath = "0.16.1"
chrono = "0.4.3"
png = "0.12.0"
rand = "0.5.2"
rayon = "1.0.1"
sdl2 = "0.31.0"
serde = "1.0.66"
serde_derive = "1.0.66"
serde_json = "1.0.21"
slog = "2.2.3"
slog-async = "2.3.0"
slog-json = "2.2.0"
slog-term = "2.4.0"
smallvec = "0.6.2"
url = "1.7.0"
rusttype = "0.6.2"
steamworks = "0.4.1"
[dependencies.error-chain]
default-features = false
features = ["backtrace"]
version = "0.12.0"
[dependencies.gl33]
path = "./gl33"
[dependencies.gpuopt]
path = "./gpuopt"
[dependencies.model]
path = "./model"
[dependencies.stylish]
git = "https://github.com/thinkofname/stylish"
rev = "8f7d0f11fd25a0e9c67844aada9367807444fe18"
[dependencies.univercity_audio]
path = "./audio"
[dependencies.univercity_ecs]
path = "./ecs"
[dependencies.univercity_server]
path = "./server"
[dependencies.univercity_util]
path = "./util"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.