feat: add hyperlog
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-10-19 11:49:23 +02:00
parent 4eb1a8224a
commit e64fc61926
Signed by: kjuulh
GPG Key ID: D85D7535F18F35FA
2 changed files with 4 additions and 1 deletions

4
buf.yaml Normal file
View File

@ -0,0 +1,4 @@
version: v2
modules:
- path: crates/hyperlog-protos/proto
name: buf.build/noschemaplz/hyperlog

View File

@ -392,7 +392,6 @@ impl<'a> StatefulWidget for GraphExplorer<'a> {
fn render(self, area: Rect, buf: &mut Buffer, state: &mut Self::State) { fn render(self, area: Rect, buf: &mut Buffer, state: &mut Self::State) {
let Rect { height, .. } = area; let Rect { height, .. } = area;
let _height = height as usize;
if let Some(graph) = &state.graph { if let Some(graph) = &state.graph {
let movement_graph: MovementGraph = let movement_graph: MovementGraph =