-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrade to bevy 16 #65
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
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
0d6d7a3
Update cargo
cb341 bb4a0a2
Update single mut
cb341 ebae916
Add previously missing resource import
cb341 12312ce
Deps upgrade, fixes, single!, single_mut!
cb341 effce39
Updates
cb341 5e4a0e1
changes
cb341 0075069
Break everything
cb341 727e26e
Revert stuff that broke everything
cb341 7d03c59
Fix toml
cb341 86905e0
Fix raycast
cb341 1fbd316
Move stuff
cb341 d1ec69f
Refacror raycast
cb341 bd4952f
fix
cb341 55fbd7b
Fastcheck
cb341 7150dfb
Fix wireframe
cb341 3015ca2
Fix
cb341 fa4fc56
GREEN
cb341 be511bb
Improve error handling
cb341 0d09907
Improvements
cb341 def0d80
Fix
cb341 0a588cc
Improve FPS
cb341 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,29 +2,28 @@ | |
| name = "rsmc" | ||
| version = "0.1.1" | ||
| edition = "2021" | ||
| rust-version = "1.83.0" | ||
| rust-version = "1.90.0" | ||
|
|
||
| [dependencies] | ||
| bevy = "0.15.1" | ||
| bevy_fps_controller = "0.15.0" | ||
| bevy_mod_raycast = { git = "https://github.com/CuddlyBunion341/bevy_mod_raycast.git", branch = "main" } | ||
| bevy_rapier3d = "0.28.0" | ||
| bevy = "0.16.1" | ||
| bevy_fps_controller = {version = "16.1.0", features = ["rapier"]} | ||
| bevy_rapier3d = {version ="0.31"} | ||
| cgmath = "0.18.0" | ||
| iyes_perf_ui = { git = "https://github.com/IyesGames/iyes_perf_ui.git", branch = "main" } | ||
| iyes_perf_ui = "0.5.0" | ||
| noise = "0.9.0" | ||
| bevy_renet = { git = "https://github.com/CuddlyBunion341/renet.git" } | ||
| bevy_renet = "2.0.1" | ||
| bincode = "1.3.3" | ||
| rand = {version = "0.9.0", features = ["small_rng"]} | ||
| renet = { git = "https://github.com/CuddlyBunion341/renet.git" } | ||
| renet = "1.1.0" | ||
| serde = { version = "1.0.203", features = ["derive"] } | ||
| serde-big-array = "0.5.1" | ||
| chrono = "0.4.38" | ||
| rayon = "1.10.0" | ||
| bevy_flair = "0.1.0" | ||
| bevy-inspector-egui = "0.29" | ||
| renet_visualizer = { git = "https://github.com/CuddlyBunion341/renet.git", features = [ | ||
| "bevy", | ||
| ] } | ||
| bevy_flair = "0.4.0" | ||
| bevy_egui = "0.36.0" | ||
| bevy_diagnostic = "0.16.1" | ||
| bevy-inspector-egui = {version = "0.33", features = ["bevy_render"]} | ||
| renet_visualizer = "1.0.0" | ||
| egui_plot = "0.30.0" | ||
|
|
||
| [profile.dev.package."*"] | ||
|
|
@@ -45,11 +44,11 @@ name = "server" | |
| path = "src/server/main.rs" | ||
|
|
||
| [features] | ||
| default = ["chat"] | ||
| default = ["chat", "dynamic_linking"] | ||
|
Owner
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't see why I'd want slow compile times per default.. |
||
| dynamic_linking = ["bevy/dynamic_linking"] | ||
|
|
||
| # both | ||
| chat = ["dynamic_linking"] | ||
| chat = [] | ||
|
|
||
| # server | ||
| renet_visualizer = ["egui_layer"] | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AAAAAAAAAAAAAAAA