Skip to content

Commit b5e3516

Browse files
authored
Reorganize monorepo (#55)
1 parent a1188ed commit b5e3516

20 files changed

+11
-8
lines changed

β€ŽCargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[workspace]
22
members = [
33
"autoupdater",
4-
"overlay/app",
5-
"overlay/tokio_shutdown",
4+
"overlay",
5+
"networking/tokio_shutdown",
66
"skeletal_model",
77
]
88
exclude = ["nrf_demo", "firmware"]

β€ŽREADME.md

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ A monorepo stores mutliple librares and apps all in one git repo. This one conta
1111
* [Skeletal Model](skeletal_model/): A WIP implementation of a new fullbody FK/IK solver
1212
with the goal of being callable from several languages, including Typescript(node.js)
1313
and Java.
14-
* [Autoupdater](autoupdater/): A small utility for updating SlimeVR applications in unison.
1514
* [Firmware](firmware/): A rust implementation of the firmware, built on `embedded-hal`
1615
instead of Arduino. Targets the ESP32-C3.
1716
* [NRF Demo](nrf_demo/): A small blinky program to demonstrate use of the nrf52840 in

β€Žautoupdater/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Autoupdater
2+
23
The SlimeVR autoupdater manages updating all the software for SlimeVR on a user's
34
computer. It does not handle updates of firmware.
45

@@ -9,4 +10,7 @@ Long term, we may use this to replace most or all of the business logic of the c
910
[SlimeVR Web Installer](https://github.com/SlimeVR/SlimeVR-Installer).
1011

1112
## Project Status
12-
This is a work in progress. Yaml description and serialization is complete already.
13+
This is abandoned due to lack of interested developers.
14+
15+
When being actively developed, the Yaml description and serialization was complete
16+
already.

β€Žoverlay/tokio_shutdown/Cargo.toml β€Žnetworking/tokio_shutdown/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokio_shutdown"
3-
version = "0.1.0"
3+
version = "0.0.0"
44

55
license.workspace = true
66
authors.workspace = true
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)