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

Upgrading to Bevy 0.12 #52

Closed

Conversation

rszemplinski
Copy link

Not saying the changes I made are the best way to make this work with Bevy 0.12 but they do compile and run. 😅

Copy link

fmsc-bot bot commented Nov 10, 2023

Atlantis commands can't be run on fork pull requests. To enable, set --allow-fork-prs or, to disable this message, set --silence-fork-pr-errors

Copy link

fmsc-bot bot commented Nov 10, 2023

Error parsing command: EOF found when expecting closing quote

Copy link

fmsc-bot bot commented Nov 10, 2023

Atlantis commands can't be run on fork pull requests. To enable, set --allow-fork-prs or, to disable this message, set --silence-fork-pr-errors

Copy link

fmsc-bot bot commented Nov 10, 2023

Error parsing command: EOF found when expecting closing quote

Copy link

fmsc-bot bot commented Nov 10, 2023

Atlantis commands can't be run on fork pull requests. To enable, set --allow-fork-prs or, to disable this message, set --silence-fork-pr-errors

Copy link

fmsc-bot bot commented Nov 10, 2023

Error parsing command: EOF found when expecting closing quote

Copy link

fmsc-bot bot commented Nov 10, 2023

Atlantis commands can't be run on fork pull requests. To enable, set --allow-fork-prs or, to disable this message, set --silence-fork-pr-errors

Copy link

fmsc-bot bot commented Nov 10, 2023

Error parsing command: EOF found when expecting closing quote

.vscode
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest to remove additional changes from this file.

Comment on lines +27 to +28
.add_plugins(FrameTimeDiagnosticsPlugin::default())
.add_plugins(LogDiagnosticsPlugin::default())
Copy link
Contributor

@Shatur Shatur Nov 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why you included these plugins into examples?

@@ -14,20 +14,14 @@ pub mod prelude {
pub use crate::PolylinePlugin;
}

pub const SHADER_HANDLE: HandleUntyped =
HandleUntyped::weak_from_u64(Shader::TYPE_UUID, 12823766040132746065);
pub const SHADER_HANDLE: Handle<Shader> =
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alpha_mode,
bind_group,
})
panic!();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you panic here?

"bevy_core_pipeline",
"bevy_render",
"bevy_asset",
] }

[dependencies.naga]
features = ["glsl-in", "spv-out", "wgsl-out"]
version = "0.12"
version = "0.14"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you set it to 0.13? This is what bevy use.

@IceSentry
Copy link
Contributor

closed by #53

@IceSentry IceSentry closed this Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants