Skip to content

Commit 1b02ad6

Browse files
authored
chore: Hide "Concurrent Chart" example, as it uses unpublished package (#2198)
1 parent 3ba2356 commit 1b02ad6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/typegpu-docs/src/examples/algorithms/concurrent-chart/calculator.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { initCache, prefixScan } from '@typegpu/concurrent-scan';
2-
import * as d from 'typegpu/data';
32
import type { TgpuRoot } from 'typegpu';
4-
import * as std from 'typegpu/std';
3+
import { d, std } from 'typegpu';
54

65
type SumResult = {
76
success: boolean;
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"title": "Concurrent Chart",
33
"category": "algorithms",
4-
"tags": ["compute", "concurrent", "timestamp query"]
4+
"tags": ["compute", "concurrent", "timestamp query"],
5+
"dev": true
56
}

0 commit comments

Comments
 (0)