-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (20 loc) · 758 Bytes
/
Cargo.toml
File metadata and controls
25 lines (20 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "simple-backroll"
version = "0.1.0"
authors = ["Martin Vilcans <martin@librador.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytemuck = { version = "1.5.1", features = ["derive"] }
bevy_tasks = "0.5.0"
minifb = "0.19.3"
structopt = "0.3.21"
[dependencies.backroll]
git = "https://github.com/HouraiTeahouse/backroll-rs"
rev = "6e9e2ddbbc54b88668ebf29d8805c4945030fbe5"
[dependencies.backroll_transport]
git = "https://github.com/HouraiTeahouse/backroll-rs"
rev = "6e9e2ddbbc54b88668ebf29d8805c4945030fbe5"
[dependencies.backroll_transport_udp]
git = "https://github.com/HouraiTeahouse/backroll-rs"
rev = "6e9e2ddbbc54b88668ebf29d8805c4945030fbe5"