Skip to content

Commit

Permalink
codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jul 21, 2023
1 parent bfe850d commit ceba1f7
Show file tree
Hide file tree
Showing 24 changed files with 1,441 additions and 4 deletions.
9 changes: 9 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.
b4f2c2b3b6518fd5c5b8fe2255952c6986895efe58cbc6ae0b56b0384a9ad930
53fa48636ea54f37bbe5b3b6c1e5479db495c6af3d95037c2b4b5a2ea0fc96a2
2 changes: 2 additions & 0 deletions crates/re_types/src/archetypes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

mod fuzzy;
mod points2d;
mod points3d;
mod transform3d;

pub use self::fuzzy::AffixFuzzer1;
pub use self::points2d::Points2D;
pub use self::points3d::Points3D;
pub use self::transform3d::Transform3D;

0 comments on commit ceba1f7

Please sign in to comment.