Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delete dead code #118

Merged
merged 1 commit into from
Jun 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
386 changes: 12 additions & 374 deletions Cargo.lock

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ members = [
"apps/legacy_web/frontend",
"apps/networked_physics_demo/client",
"apps/networked_physics_demo/server",
"apps/rvid/client",
"apps/rvid/server",
"apps/social/client",
"apps/social/common",
"apps/social/networking",
Expand All @@ -19,7 +17,6 @@ members = [
"crates/replicate/client",
"crates/replicate/common",
"crates/replicate/server",
"crates/universal-capture",
]

# These settings will apply to all members of the workspace that opt in to them
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ libraries and `apps` for application-specific crates.

## Apps

- [rvid](apps/rvid) - Remote Virtual Display, a rust based PCVR solution.
- [social VR demo](apps/social) - Demo Social VR game.
- [Social VR demo](apps/social) - Initial prototype for a Social VR game.
- [Networked Physics Demo](apps/networked_physics_demo) - Multiplayer physics demo.

## Libraries

- [universal-capture](crates/universal-capture) - A cross platform solution for
window capture.
- [did-simple](crates/did-simple) - An easy to use crate for working with
Decentralized Identifiers (DIDs).
- [replicate](crates/replicate) - Realtime low-latency engine-agnostic networking, with
a distributed authority scheme.

## First Time Setup

Expand Down
33 changes: 0 additions & 33 deletions apps/rvid/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions apps/rvid/client/Cargo.toml

This file was deleted.

36 changes: 0 additions & 36 deletions apps/rvid/client/manifest.yaml

This file was deleted.

99 changes: 0 additions & 99 deletions apps/rvid/client/src/lib.rs

This file was deleted.

3 changes: 0 additions & 3 deletions apps/rvid/client/src/main.rs

This file was deleted.

11 changes: 0 additions & 11 deletions apps/rvid/server/Cargo.toml

This file was deleted.

3 changes: 0 additions & 3 deletions apps/rvid/server/src/main.rs

This file was deleted.

33 changes: 0 additions & 33 deletions crates/universal-capture/Cargo.toml

This file was deleted.

8 changes: 0 additions & 8 deletions crates/universal-capture/README.md

This file was deleted.

27 changes: 0 additions & 27 deletions crates/universal-capture/benches/common/mod.rs

This file was deleted.

Loading
Loading