11[package ]
22name = " amethyst"
3- version = " 0.11.1 "
3+ version = " 0.12.0 "
44authors = [
" Eyal Kalderon <[email protected] >" ,
" Amethyst Foundation <[email protected] >" ]
55edition = " 2018"
66description = " Data-oriented game engine written in Rust"
@@ -19,7 +19,7 @@ license = "MIT/Apache-2.0"
1919travis-ci = { repository = " amethyst/amethyst" , branch = " master" }
2020
2121[features ]
22- default = [" animation" , " audio" , " locale" , " network" , " renderer" ]
22+ default = [" animation" , " audio" , " locale" , " network" , " renderer" , " sentry " ]
2323
2424vulkan = [" amethyst_rendy/vulkan" ]
2525metal = [" amethyst_rendy/metal" ]
@@ -104,29 +104,29 @@ members = [
104104]
105105
106106[dependencies ]
107- amethyst_animation = { path = " amethyst_animation" , version = " 0.6 .0" , optional = true }
108- amethyst_assets = { path = " amethyst_assets" , version = " 0.7 .0" }
109- amethyst_audio = { path = " amethyst_audio" , version = " 0.6 .0" , optional = true }
110- amethyst_config = { path = " amethyst_config" , version = " 0.10 .0" }
111- amethyst_core = { path = " amethyst_core" , version = " 0.6 .0" }
112- amethyst_error = { path = " amethyst_error" , version = " 0.1 .0" }
113- amethyst_controls = { path = " amethyst_controls" , version = " 0.5 .0" }
114- amethyst_derive = { path = " amethyst_derive" , version = " 0.4 .0" }
115- amethyst_gltf = { path = " amethyst_gltf" , version = " 0.6 .0" , optional = true }
116- amethyst_network = { path = " amethyst_network" , version = " 0.4 .0" , optional = true }
117- amethyst_locale = { path = " amethyst_locale" , version = " 0.5 .0" , optional = true }
118- amethyst_rendy = { path = " amethyst_rendy" , version = " 0.1 .0" , features = [" window" ], optional = true }
119- amethyst_input = { path = " amethyst_input" , version = " 0.7 .0" }
120- amethyst_ui = { path = " amethyst_ui" , version = " 0.6 .0" }
121- amethyst_utils = { path = " amethyst_utils" , version = " 0.6 .0" }
122- amethyst_window = { path = " amethyst_window" , version = " 0.1 .0" }
123- crossbeam-channel = " 0.3.1 "
107+ amethyst_animation = { path = " amethyst_animation" , version = " 0.7 .0" , optional = true }
108+ amethyst_assets = { path = " amethyst_assets" , version = " 0.8 .0" }
109+ amethyst_audio = { path = " amethyst_audio" , version = " 0.7 .0" , optional = true }
110+ amethyst_config = { path = " amethyst_config" , version = " 0.11 .0" }
111+ amethyst_core = { path = " amethyst_core" , version = " 0.7 .0" }
112+ amethyst_error = { path = " amethyst_error" , version = " 0.2 .0" }
113+ amethyst_controls = { path = " amethyst_controls" , version = " 0.6 .0" }
114+ amethyst_derive = { path = " amethyst_derive" , version = " 0.5 .0" }
115+ amethyst_gltf = { path = " amethyst_gltf" , version = " 0.7 .0" , optional = true }
116+ amethyst_network = { path = " amethyst_network" , version = " 0.5 .0" , optional = true }
117+ amethyst_locale = { path = " amethyst_locale" , version = " 0.6 .0" , optional = true }
118+ amethyst_rendy = { path = " amethyst_rendy" , version = " 0.2 .0" , features = [" window" ], optional = true }
119+ amethyst_input = { path = " amethyst_input" , version = " 0.8 .0" }
120+ amethyst_ui = { path = " amethyst_ui" , version = " 0.7 .0" }
121+ amethyst_utils = { path = " amethyst_utils" , version = " 0.7 .0" }
122+ amethyst_window = { path = " amethyst_window" , version = " 0.2 .0" }
123+ crossbeam-channel = " 0.3.9 "
124124derivative = " 1.0"
125125fern = { version = " 0.5" , features = [" colored" ] }
126126log = { version = " 0.4.6" , features = [" serde" ] }
127127rayon = " 1.1.0"
128128rustc_version_runtime = " 0.1"
129- sentry = " 0.15.4"
129+ sentry = { version = " 0.15.4" , optional = true }
130130winit = { version = " 0.19" , features = [" serde" , " icon_loading" ] }
131131serde = { version = " 1.0" , features = [" derive" ] }
132132palette = { version = " 0.4" , features = [" serde" ] }
0 commit comments