Skip to content

Commit a01953e

Browse files
committed
up extension
1 parent f1b6b00 commit a01953e

File tree

8 files changed

+1183
-134
lines changed

8 files changed

+1183
-134
lines changed

Project.toml

+5
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ YaoLocations = "66df03fb-d475-48f7-b449-3d9064bf085b"
1717
[weakdeps]
1818
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
1919
Vega = "239c3e63-733f-47ad-beb7-a12fde22c578"
20+
GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2"
21+
WGLMakie = "276b4fcb-3e11-5398-bf8b-a0c2d153d008"
2022

2123
[extensions]
2224
ZXCalculusExt = ["Vega", "DataFrames"]
25+
ZXWCalculusExt = ["WGLMakie", "GraphMakie"]
2326

2427
[compat]
2528
DataFrames = "1"
@@ -29,6 +32,8 @@ MLStyle = "0.4"
2932
Multigraphs = "0.3"
3033
OMEinsum = "0.7, 0.8"
3134
Vega = "2"
35+
WGLMakie = "0.10"
36+
GraphMakie = "0.5"
3237
YaoHIR = "0.2"
3338
YaoLocations = "0.1"
3439
julia = "1.9, 1.10, 1.11, 1.12"

0 commit comments

Comments
 (0)