zellij/zellij-utils/assets
Aram Drevekenin 1bedfc9002
feat(plugins): use protocol buffers for serializing across the wasm boundary (#2686)
* work

* almost done with command protobuffers

* done translating command data structures

* mid transferring of every command to protobuff command

* transferred plugin_command.rs, now moving on to shim.rs

* plugin command working with protobufs

* protobuffers in update

* protobuf event tests

* various TODOs and comments

* fix zellij-tile

* clean up prost deps

* remove version mismatch error

* fix panic

* some cleanups

* clean up event protobuffers

* clean up command protobuffers

* clean up various protobufs

* refactor protobufs

* update comments

* some transformation fixes

* use protobufs for workers

* style(fmt): rustfmt

* style(fmt): rustfmt

* chore(build): add protoc

* chore(build): authenticate protoc
2023-08-09 22:26:00 +02:00
..
completions fix(various): minor fixes before 32 (#1841) 2022-10-24 19:21:03 +02:00
config feat(ui): break pane to new tab and move panes between tabs (#2664) 2023-08-02 11:41:51 +02:00
layouts feat(layouts): exact panes constraint (#2206) 2023-02-28 22:08:01 +01:00
plugins feat(plugins): use protocol buffers for serializing across the wasm boundary (#2686) 2023-08-09 22:26:00 +02:00
shell fix: add usage comment to fish shell auto-start snippet (#1574) (#1583) 2022-07-12 10:27:46 +09:00
themes feat: provide default themes (#2307) 2023-04-27 00:26:07 +09:00
compact-bar.wasm feat(plugins): reload plugin at runtime (#2372) 2023-04-19 10:09:39 +02:00
README.md Move config assets to zellij-utils crate 2021-05-27 13:41:17 +02:00
status-bar.wasm feat(plugins): reload plugin at runtime (#2372) 2023-04-19 10:09:39 +02:00
strider.wasm feat(plugins): reload plugin at runtime (#2372) 2023-04-19 10:09:39 +02:00
tab-bar.wasm feat(plugins): reload plugin at runtime (#2372) 2023-04-19 10:09:39 +02:00

Assets for the Utils Crate

Here reside assets, that are especially needed for setup eg. a default configuration file.