-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScarb.lock
More file actions
54 lines (48 loc) · 1.15 KB
/
Scarb.lock
File metadata and controls
54 lines (48 loc) · 1.15 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Code generated by scarb DO NOT EDIT.
version = 1
[[package]]
name = "dojo"
version = "1.8.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:a9c35305a81e68a49de85b8f07c1f8a93e27492c6b16c304d1f7961dcd5d350f"
dependencies = [
"dojo_cairo_macros",
]
[[package]]
name = "dojo_cairo_macros"
version = "1.8.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:c4aa04037a0c5029b05b78229dae22bf02269b9912e8a8c12f8af34aa6b72051"
[[package]]
name = "dojo_cairo_test"
version = "1.8.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:0cab4c86390b6ee9c3969b82d27f46ecd7f14e686b9868528506103944638465"
dependencies = [
"dojo",
]
[[package]]
name = "maze"
version = "0.0.0"
dependencies = [
"dojo",
"dojo_cairo_test",
"pixelaw",
"pixelaw_test_utils",
]
[[package]]
name = "pixelaw"
version = "0.7.9"
source = "git+https://github.com/pixelaw/core?branch=main#b06061fa9ff179e90f1ea683c8f15ea77d0b1412"
dependencies = [
"dojo",
]
[[package]]
name = "pixelaw_test_utils"
version = "0.7.9"
source = "git+https://github.com/pixelaw/core?branch=main#b06061fa9ff179e90f1ea683c8f15ea77d0b1412"
dependencies = [
"dojo",
"dojo_cairo_test",
"pixelaw",
]