Skip to content

Commit

Permalink
self-review
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jun 13, 2023
1 parent 8b66c40 commit 4964eb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions crates/re_types/definitions/rerun/archetypes/points2d.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ namespace rerun.archetypes;

// ---

// TODO(cmc): archetype IDL definitions must always be tables
// TODO(cmc): archetype IDL definitions must refer to objects of kind component
// TODO(#2371): archetype IDL definitions must always be tables
// TODO(#2372): archetype IDL definitions must refer to objects of kind component
// TODO(#2373): `rerun.attr.component_required` implies `required`

/// A 2D point cloud with positions and optional colors, radii, labels, etc.
table Points2D (
Expand Down
2 changes: 1 addition & 1 deletion crates/re_types/source_hash.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This is a sha256 hash for all direct and indirect dependencies of this crate's build script.
# It can be safely removed at anytime to force the build script to run again.
# Check out build.rs to see how it's computed.
8ac1ff359bab0648fe3b95d1b8f7b93b344dfd1534f297e3c37d090644e5ea6b
9e7646cf8a789e8f3b8494c5c36cdd636807c0ff56c8d265bbbbcb9a1dfbe044

0 comments on commit 4964eb2

Please sign in to comment.