Skip to content

Commit

Permalink
remove temp code
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Oct 24, 2024
1 parent 934de81 commit e439ba5
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 116 deletions.
8 changes: 0 additions & 8 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
resolver = "2"
members = ["ewebsock", "example_app", "echo_server", "stress_test"]
members = ["ewebsock", "example_app", "echo_server"]

[patch.crates-io]
# If you want to use the bleeding edge version of egui/eframe:
Expand Down
2 changes: 2 additions & 0 deletions example_app/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//! Example application.
mod app;
pub use app::ExampleApp;

Expand Down
13 changes: 0 additions & 13 deletions stress_test/Cargo.toml

This file was deleted.

94 changes: 0 additions & 94 deletions stress_test/src/main.rs

This file was deleted.

0 comments on commit e439ba5

Please sign in to comment.