-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.lock
25 lines (22 loc) · 884 Bytes
/
Cargo.lock
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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "piston-float"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "rust-raytracer"
version = "0.1.1"
dependencies = [
"vecmath 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "vecmath"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"piston-float 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[metadata]
"checksum piston-float 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b058c3a640efd4bcf63266512e4bb03187192c1b29edd38b16d5a014613e3199"
"checksum vecmath 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1bdd6034ee9c1e5e12485f3e4120e12777f6c81cf43bf9a73bff98ed2b479afe"