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 11, 2023
1 parent 02c0595 commit 34d08f6
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.
7144304fc34dcef2beba2b7d4ba42c9871a1cf398e0311dc61cf0023961963fc
60589fcdab4f3d8c0ba7e0efb771ee83e283c7db6310a68c81b33c7d593b7dc3

0 comments on commit 34d08f6

Please sign in to comment.