Skip to content

Commit

Permalink
wip: beet_net
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchantey committed May 16, 2024
1 parent 0f00b2c commit 815188a
Show file tree
Hide file tree
Showing 18 changed files with 368 additions and 850 deletions.
118 changes: 50 additions & 68 deletions Cargo.lock

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

34 changes: 2 additions & 32 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ keywords.workspace = true
categories.workspace = true

[features]
default = ["ml"]
default = ["ml", "net"]
ml = ["dep:beet_ml"]
net = ["dep:beet_net"]
# dynamic_linking = ["bevy/dynamic_linking"]
Expand All @@ -44,36 +44,6 @@ anyhow.workspace = true
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
tokio.workspace = true


# [[example]]
# name = "animation"
# path = "animation.rs"

# [[example]]
# name = "fetch"
# path = "fetch.rs"

# [[example]]
# name = "flock"
# path = "flock.rs"

# [[example]]
# name = "hello_ml_vanilla"
# path = "hello_ml_vanilla.rs"

# [[example]]
# name = "hello_ml"
# path = "hello_ml.rs"

# [[example]]
# name = "hello_world"
# path = "hello_world.rs"

# [[example]]
# name = "seek"
# path = "seek.rs"


################## WORKSPACE ##################

[workspace.package]
Expand Down Expand Up @@ -108,7 +78,7 @@ members = [
"crates/beet_net",
"crates/beet_server",
"crates/beet_web",
# "crates/beet-cli",
# "crates/cli",
]
exclude = ["crates/beet_esp"]

Expand Down
4 changes: 2 additions & 2 deletions crates/beet_net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ derive_more = { version = "0.99", features = ["add", "mul"] }
bevy = { version = "0.13", default-features = false }
# bevy.workspace = true
log.workspace = true
lightyear = { version = "0.14.1", features = [
"steam",
lightyear = { version = "0.15.1", features = [
# "steam",
"webtransport",
"websocket",
# "render",
Expand Down
Loading

0 comments on commit 815188a

Please sign in to comment.