display

Layout and Rendering TUI library
git clone git://git.dimitrijedobrota.com/display.git
Log | Files | Refs | README | LICENSE | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING

vcpkg.json (519B)


0 {
1 "name": "display",
2 "version-semver": "0.2.0",
3 "dependencies": [
4 {
5 "name": "alec",
6 "version>=": "0.2.0"
7 },
8 {
9 "name": "based",
10 "version>=": "0.2.0"
11 }
12 ],
13 "default-features": [],
14 "features": {
15 "test": {
16 "description": "Dependencies for testing",
17 "dependencies": [
18 {
19 "name": "stamen",
20 "version>=": "1.3.0"
21 }
22 ]
23 }
24 },
25 "builtin-baseline": "eba7c6a894fce24146af4fdf161fef8e90dd6be3"
26 }