File tree 1 file changed +6
-14
lines changed
1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -40,20 +40,12 @@ The project consists of the following components:
40
40
41
41
The dependency graph between these packages looks like this:
42
42
43
- ```
44
- +--------------------+ +-----------------------------------+
45
- | DistributedChatKit | | DistributedChatSimulationProtocol |
46
- +--------------------+ +-----------------------------------+
47
- ^ ^
48
- | |
49
- +----------+-------------+ +---------+
50
- | | | |
51
- +--------------------+ +--------------------+ +---------------------------------+
52
- | DistributedChatApp | | DistributedChatCLI | | DistributedChatSimulationServer |
53
- +--------------------+ +--------------------+ +---------------------------------+
54
-
55
- \__________________/ \______________________________________________________/
56
- iOS only cross-platform, for testing
43
+ ``` mermaid
44
+ flowchart BT
45
+ DistributedChatApp --> DistributedChatKit
46
+ DistributedChatCLI --> DistributedChatKit
47
+ DistributedChatCLI --> DistributedChatSimulationProtocol
48
+ DistributedChatSimulationServer --> DistributedChatSimulationProtocol
57
49
```
58
50
59
51
## Building and Running
You can’t perform that action at this time.
0 commit comments