Skip to content
Snippets Groups Projects
Unverified Commit 45d6f6b5 authored by John's avatar John Committed by GitHub
Browse files

Merge pull request #131 from HeavyRain266/bump

Bump bevy version to 0.8.0
parents 21ed4aad 24ed62f5
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -17,14 +17,14 @@ bevy_renderer = [
]
[dependencies]
bevy = { version = "0.7.0", optional = true, default_features = false }
bevy = { version = "0.8.0", optional = true, default-features = false }
bevy_kayak_ui = { path = "bevy_kayak_ui", optional = true }
kayak_core = { path = "kayak_core" }
kayak_font = { path = "kayak_font" }
kayak_render_macros = { path = "kayak_render_macros" }
[dev-dependencies]
bevy = "0.7.0"
bevy = "0.8.0"
rand = "0.8.4"
[[example]]
......
......@@ -11,7 +11,7 @@ serde_json = "1.0"
serde_path_to_error = "0.1"
[dependencies.bevy]
version = "0.7.0"
version = "0.8.0"
default-features = false
features = [
"bevy_render",
......
......@@ -13,6 +13,6 @@ serde_json = "1.0"
serde_path_to_error = "0.1"
[dependencies.bevy]
version = "0.7.0"
version = "0.8.0"
features = ["bevy_winit"]
default-features = false
......@@ -11,7 +11,6 @@ bevy_renderer = ["bevy", "kayak_font/bevy_renderer"]
[dependencies]
as-any = "0.2"
bevy = { version = "0.7.0", optional = true, default-features = false }
desync = { version = "0.7" }
flo_rope = { version = "0.1" }
futures = { version = "0.3" }
......@@ -21,3 +20,8 @@ morphorm = { git = "https://github.com/geom3trik/morphorm", rev = "1243152d4cebe
resources = "1.1"
uuid = { version = "0.8", features = ["v4"] }
indexmap = "1.8"
[dependencies.bevy]
version = "0.8.0"
optional = true
default-features = false
\ No newline at end of file
......@@ -21,7 +21,12 @@ unicode-segmentation = "1.9"
xi-unicode = "0.3"
[dependencies.bevy]
version = "0.7.0"
version = "0.8.0"
git = "https://github.com/bevyengine/bevy.git"
optional = true
default-features = false
features = ["bevy_render"]
features = [
"bevy_asset",
"bevy_render",
"bevy_core_pipeline"
]
......@@ -10,7 +10,7 @@ proc-macro = true
default = []
[dependencies]
syn = { version = "1.0", features = ["full"] }
syn = { version = "1.0", features = ["full", "extra-traits"] }
quote = "1.0"
proc-macro2 = "1.0"
proc-macro-error = "1.0"
......@@ -18,4 +18,4 @@ proc-macro-crate = "1.1"
[dev-dependencies]
kayak_core = { path = "../kayak_core", version = "0.1.0" }
pretty_assertions = "0.3.4"
pretty_assertions = "1.2.1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment