Skip to content

Commit

Permalink
Update for Bevy 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Nov 15, 2024
1 parent 224407a commit 84310f7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vleue_sentry"
version = "0.1.0"
version = "0.1.0-rc.1"
edition = "2021"
authors = ["François Mockers <[email protected]>"]
description = "Sentry reporting plugin for Bevy"
Expand All @@ -19,7 +19,7 @@ subcrates = ["bevy_app", "bevy_log", "bevy_utils"]
[dependencies]
sentry = "0.32.3"
sentry-tracing = "0.32.3"
bevy = { version = "0.15.0-dev", git = "https://github.com/bevyengine/bevy", default-features = false, optional = true }
bevy_app = { version = "0.15.0-dev", git = "https://github.com/bevyengine/bevy", default-features = false, optional = true }
bevy_log = { version = "0.15.0-dev", git = "https://github.com/bevyengine/bevy", default-features = false, optional = true }
bevy_utils = { version = "0.15.0-dev", git = "https://github.com/bevyengine/bevy", default-features = false, optional = true }
bevy = { version = "0.15.0-rc.3", default-features = false, optional = true }
bevy_app = { version = "0.15.0-rc.3", default-features = false, optional = true }
bevy_log = { version = "0.15.0-rc.3", default-features = false, optional = true }
bevy_utils = { version = "0.15.0-rc.3", default-features = false, optional = true }
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ fn main() {
}));
}
```


## Bevy Compatibility

|Bevy|vleue_sentry|
|---|---|
|0.15|0.1|

0 comments on commit 84310f7

Please sign in to comment.