Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Dec 12, 2023
1 parent 7358cb1 commit 48652d3
Show file tree
Hide file tree
Showing 81 changed files with 2,311 additions and 460 deletions.
1 change: 1 addition & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ extend-exclude = [
".typos.toml",
"crates/re_ui/data/design_tokens.json",
"crates/re_ui/src/design_tokens.rs",
"examples/assets",
]


Expand Down
130 changes: 128 additions & 2 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ array-init = "2.1"
arrow2 = "0.17"
arrow2_convert = "0.5.0"
async-executor = "1.0"
atty = "0.2"
backtrace = "0.3"
bincode = "1.3"
bitflags = { version = "2.4", features = ["bytemuck"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/re_build_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ glob = "0.3"
sha2 = "0.10"
time = { workspace = true, features = ["formatting"] }
unindent = "0.1"
walkdir = "2.0"
walkdir.workspace = true
5 changes: 4 additions & 1 deletion crates/re_data_source/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,15 @@ re_tracing.workspace = true
re_types = { workspace = true, features = ["image"] }
re_ws_comms = { workspace = true, features = ["client"] }

ahash.workspace = true
anyhow.workspace = true
image.workspace = true
itertools.workspace = true
once_cell.workspace = true
parking_lot.workspace = true
rayon.workspace = true
thiserror.workspace = true

walkdir.workspace = true

[build-dependencies]
re_build_tools.workspace = true
2 changes: 2 additions & 0 deletions crates/re_data_source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ Also handles different file types:
* .rrd
* images
* meshes

TODO: that description is a bit too limited now with the new stuff and all
Loading

0 comments on commit 48652d3

Please sign in to comment.