Go to file
Joshua Barretto 257042ec6f Merge branch 'fix-duration-rust-nightly' into 'master'
fix duration rust nightly

See merge request veloren/fresh!13

Former-commit-id: 5a289fa8e867c2d6d4dd0338e9023f666a3efc2f
2019-03-19 00:52:29 +00:00
assets/voxygen Added voxygen submodule 2019-03-04 20:31:38 +00:00
chat-cli Added basic networked communications, chat communication 2019-03-04 19:58:58 +00:00
client Component sync + UID system 2019-03-04 19:58:58 +00:00
common update Duration method calls 2019-03-18 16:46:37 -07:00
server Component sync + UID system 2019-03-04 19:58:58 +00:00
server-cli Added basic networked communications, chat communication 2019-03-04 19:58:58 +00:00
voxygen Added client localhost connection 2019-03-04 19:58:58 +00:00
world Added server-cli, UI tests 2019-01-30 12:11:34 +00:00
.gitignore Added previous .gitignore to root folder 2019-02-01 10:39:14 -05:00
.gitmodules Added voxygen assets submodule 2019-03-04 19:56:58 +00:00
Cargo.toml Added basic networked communications, chat communication 2019-03-04 19:58:58 +00:00
LICENSE Add LICENSE 2019-02-04 18:08:21 +00:00
README.md update Duration method calls 2019-03-18 16:46:37 -07:00

Fresh

An experiment

Compile

git clone https://gitlab.com/veloren/fresh.git
cd fresh
git submodule update --init --recursive
rustup default nightly
cargo build