diff --git a/editor-standalone/Cargo.toml b/editor-standalone/Cargo.toml index 543751cd8..b5c0b078d 100644 --- a/editor-standalone/Cargo.toml +++ b/editor-standalone/Cargo.toml @@ -13,6 +13,6 @@ readme = "README.md" include = ["/src/**/*", "/Cargo.toml", "/LICENSE", "/README.md"] [dependencies] -fyrox = { version = "0.33.1", path = "../fyrox" } -fyroxed_base = { version = "0.20.0", path = "../editor" } +fyrox = { version = "0.34.0", path = "../fyrox" } +fyroxed_base = { version = "0.21.0", path = "../editor" } clap = { version = "4", features = ["derive"] } diff --git a/editor/Cargo.toml b/editor/Cargo.toml index 0ff2f4133..13d13af19 100644 --- a/editor/Cargo.toml +++ b/editor/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fyroxed_base" license = "MIT" -version = "0.20.1" +version = "0.21.0" authors = ["Dmitry Stepanov "] edition = "2021" rust-version = "1.72" @@ -13,7 +13,7 @@ readme = "README.md" include = ["/src/**/*", "/Cargo.toml", "/LICENSE", "/README.md", "/resources/**/*"] [dependencies] -fyrox = { version = "0.33.1", path = "../fyrox", default-features = false } +fyrox = { version = "0.34.0", path = "../fyrox", default-features = false } lazy_static = "1.4.0" ron = "0.8.0" serde = "^1.0.0" diff --git a/fyrox-animation/Cargo.toml b/fyrox-animation/Cargo.toml index e5fd3d83c..17232e513 100644 --- a/fyrox-animation/Cargo.toml +++ b/fyrox-animation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fyrox-animation" -version = "0.1.0" +version = "0.2.0" authors = ["Dmitry Stepanov "] edition = "2021" license = "MIT" @@ -15,7 +15,7 @@ readme = "README.md" rust-version = "1.72" [dependencies] -fyrox-core = { version = "0.27.0", path = "../fyrox-core" } +fyrox-core = { version = "0.28.0", path = "../fyrox-core" } strum = "0.26.1" strum_macros = "0.26.1" fxhash = "0.2.1" diff --git a/fyrox-core-derive/Cargo.toml b/fyrox-core-derive/Cargo.toml index 02c4ad2e5..c5a59e406 100644 --- a/fyrox-core-derive/Cargo.toml +++ b/fyrox-core-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fyrox-core-derive" -version = "0.22.0" +version = "0.23.0" authors = ["toyboot4e , Dmitry Stepanov "] edition = "2021" license = "MIT" diff --git a/fyrox-core/Cargo.toml b/fyrox-core/Cargo.toml index 0aa1439c5..9f581de15 100644 --- a/fyrox-core/Cargo.toml +++ b/fyrox-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fyrox-core" -version = "0.27.0" +version = "0.28.0" authors = ["Dmitry Stepanov "] edition = "2021" license = "MIT" @@ -15,7 +15,7 @@ readme = "README.md" rust-version = "1.72" [dependencies] -fyrox-core-derive = { path = "../fyrox-core-derive", version = "0.22.0" } +fyrox-core-derive = { path = "../fyrox-core-derive", version = "0.23.0" } fyrox-math = { path = "../fyrox-math", version = "0.1.0" } base64 = "0.21.0" byteorder = "1.4.3" diff --git a/fyrox-dylib/Cargo.toml b/fyrox-dylib/Cargo.toml index c9c765c42..a482ec4cb 100644 --- a/fyrox-dylib/Cargo.toml +++ b/fyrox-dylib/Cargo.toml @@ -12,4 +12,4 @@ mesh_analysis = ["fyrox-impl/mesh_analysis"] gltf_blend_shapes = ["fyrox-impl/gltf_blend_shapes"] [dependencies] -fyrox-impl = { path = "../fyrox-impl", version = "0.33.1" } \ No newline at end of file +fyrox-impl = { path = "../fyrox-impl", version = "0.34.0" } \ No newline at end of file diff --git a/fyrox-graph/Cargo.toml b/fyrox-graph/Cargo.toml index a13023a52..2631e6d0b 100644 --- a/fyrox-graph/Cargo.toml +++ b/fyrox-graph/Cargo.toml @@ -14,6 +14,6 @@ repository = "https://github.com/FyroxEngine/Fyrox" rust-version = "1.72" [dependencies] -fyrox-core = { path = "../fyrox-core", version = "0.27.0" } -fyrox-resource = { path = "../fyrox-resource", version = "0.11.0" } +fyrox-core = { path = "../fyrox-core", version = "0.28.0" } +fyrox-resource = { path = "../fyrox-resource", version = "0.12.0" } fxhash = "0.2.1" \ No newline at end of file diff --git a/fyrox-impl/Cargo.toml b/fyrox-impl/Cargo.toml index 731f96b25..2f6d3f7f4 100644 --- a/fyrox-impl/Cargo.toml +++ b/fyrox-impl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fyrox-impl" -version = "0.33.1" +version = "0.34.0" authors = ["Dmitry Stepanov ", "Fyrox Engine Contributors"] edition = "2021" license = "MIT" @@ -15,12 +15,12 @@ readme = "README.md" rust-version = "1.72" [dependencies] -fyrox-core-derive = { path = "../fyrox-core-derive", version = "0.22.0" } -fyrox-core = { path = "../fyrox-core", version = "0.27.0", features = ["serde"] } -fyrox-sound = { path = "../fyrox-sound", version = "0.34.0" } -fyrox-ui = { path = "../fyrox-ui", version = "0.24.0" } -fyrox-resource = { path = "../fyrox-resource", version = "0.11.0" } -fyrox-animation = { path = "../fyrox-animation", version = "0.1.0" } +fyrox-core-derive = { path = "../fyrox-core-derive", version = "0.23.0" } +fyrox-core = { path = "../fyrox-core", version = "0.28.0", features = ["serde"] } +fyrox-sound = { path = "../fyrox-sound", version = "0.35.0" } +fyrox-ui = { path = "../fyrox-ui", version = "0.25.0" } +fyrox-resource = { path = "../fyrox-resource", version = "0.12.0" } +fyrox-animation = { path = "../fyrox-animation", version = "0.2.0" } fyrox-graph = { path = "../fyrox-graph", version = "0.1.0" } rapier2d = { version = "0.18", features = ["debug-render"] } rapier3d = { version = "0.18", features = ["debug-render"] } diff --git a/fyrox-resource/Cargo.toml b/fyrox-resource/Cargo.toml index 86d9dacb9..f6cdb3d83 100644 --- a/fyrox-resource/Cargo.toml +++ b/fyrox-resource/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fyrox-resource" -version = "0.11.0" +version = "0.12.0" authors = ["Dmitry Stepanov "] edition = "2021" license = "MIT" @@ -14,7 +14,7 @@ repository = "https://github.com/FyroxEngine/Fyrox" rust-version = "1.72" [dependencies] -fyrox-core = { path = "../fyrox-core", version = "0.27.0" } +fyrox-core = { path = "../fyrox-core", version = "0.28.0" } fxhash = "0.2.1" ron = "0.8.0" serde = { version = "1", features = ["derive"] } diff --git a/fyrox-scripts/Cargo.toml b/fyrox-scripts/Cargo.toml index ba03da0a0..188fc4481 100644 --- a/fyrox-scripts/Cargo.toml +++ b/fyrox-scripts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fyrox-scripts" -version = "0.2.0" +version = "0.3.0" authors = ["Dmitry Stepanov "] edition = "2021" license = "MIT" @@ -14,4 +14,4 @@ repository = "https://github.com/FyroxEngine/Fyrox" rust-version = "1.72" [dependencies] -fyrox = { version = "0.33.0", path = "../fyrox" } \ No newline at end of file +fyrox = { version = "0.34.0", path = "../fyrox" } \ No newline at end of file diff --git a/fyrox-sound/Cargo.toml b/fyrox-sound/Cargo.toml index ebe438a90..831eda111 100644 --- a/fyrox-sound/Cargo.toml +++ b/fyrox-sound/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fyrox-sound" -version = "0.34.0" +version = "0.35.0" authors = ["Dmitry Stepanov "] edition = "2021" license = "MIT" @@ -15,8 +15,8 @@ readme = "README.md" rust-version = "1.72" [dependencies] -fyrox-core = { path = "../fyrox-core", version = "0.27.0" } -fyrox-resource = { path = "../fyrox-resource", version = "0.11.0" } +fyrox-core = { path = "../fyrox-core", version = "0.28.0" } +fyrox-resource = { path = "../fyrox-resource", version = "0.12.0" } lewton = "0.10.2" ogg = "0.8.0" hrtf = "0.8.0" diff --git a/fyrox-ui/Cargo.toml b/fyrox-ui/Cargo.toml index 91c420723..d424d8565 100644 --- a/fyrox-ui/Cargo.toml +++ b/fyrox-ui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fyrox-ui" -version = "0.24.0" +version = "0.25.0" authors = ["Dmitry Stepanov "] edition = "2021" license = "MIT" @@ -15,10 +15,10 @@ readme = "README.md" rust-version = "1.72" [dependencies] -fyrox-core = { path = "../fyrox-core", version = "0.27.0", features = ["serde"] } -fyrox-resource = { path = "../fyrox-resource", version = "0.11.0" } +fyrox-core = { path = "../fyrox-core", version = "0.28.0", features = ["serde"] } +fyrox-resource = { path = "../fyrox-resource", version = "0.12.0" } fyrox-graph = { path = "../fyrox-graph", version = "0.1.0" } -fyrox-animation = { path = "../fyrox-animation", version = "0.1.0"} +fyrox-animation = { path = "../fyrox-animation", version = "0.2.0"} lazy_static = "1.4.0" copypasta = "0.10.1" fontdue = "0.8.0" diff --git a/fyrox/Cargo.toml b/fyrox/Cargo.toml index fb672f4a1..0403ea384 100644 --- a/fyrox/Cargo.toml +++ b/fyrox/Cargo.toml @@ -1,7 +1,18 @@ [package] name = "fyrox" -version = "0.33.1" +version = "0.34.0" +authors = ["Dmitry Stepanov ", "Fyrox Engine Contributors"] edition = "2021" +license = "MIT" +description = "Feature-rich, easy-to-use, 2D/3D game engine with a scene editor. Like Godot, but in Rust." +keywords = ["sound", "game", "engine", "3d", "gui"] +categories = ["game-engines", "graphics", "gui", "rendering", "wasm"] +include = ["/src/**/*", "/Cargo.toml", "/LICENSE", "/README.md"] +homepage = "https://fyrox.rs" +documentation = "https://docs.rs/fyrox" +repository = "https://github.com/FyroxEngine/Fyrox" +readme = "README.md" +rust-version = "1.72" [features] default = ["fyrox-impl"] @@ -11,5 +22,5 @@ mesh_analysis = ["fyrox-impl/mesh_analysis", "fyrox-dylib/mesh_analysis"] gltf_blend_shapes = ["fyrox-impl/gltf_blend_shapes", "fyrox-dylib/gltf_blend_shapes"] [dependencies] -fyrox-impl = { version = "0.33.1", path = "../fyrox-impl", optional = true } +fyrox-impl = { version = "0.34.0", path = "../fyrox-impl", optional = true } fyrox-dylib = { version = "0.1.0", path = "../fyrox-dylib", optional = true } \ No newline at end of file diff --git a/template/Cargo.toml b/template/Cargo.toml index aacb0bb30..5e7fa6a0d 100644 --- a/template/Cargo.toml +++ b/template/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fyrox-template" -version = "0.10.0" +version = "0.11.0" edition = "2021" authors = ["Dmitry Stepanov "] license = "MIT" diff --git a/template/src/main.rs b/template/src/main.rs index 419f757da..a0e54d38d 100644 --- a/template/src/main.rs +++ b/template/src/main.rs @@ -61,9 +61,9 @@ enum Commands { // However, it does not seem to work with builds published to crates.io, because when // the template generator is published, it does not have these Cargo.toml's available // and to solve this we just hard code these values and pray for the best. -const CURRENT_ENGINE_VERSION: &str = "0.33.0"; -const CURRENT_EDITOR_VERSION: &str = "0.20.0"; -const CURRENT_SCRIPTS_VERSION: &str = "0.2.0"; +const CURRENT_ENGINE_VERSION: &str = "0.34.0"; +const CURRENT_EDITOR_VERSION: &str = "0.21.0"; +const CURRENT_SCRIPTS_VERSION: &str = "0.3.0"; fn write_file, S: AsRef>(path: P, content: S) { let mut file = File::create(path.as_ref()).unwrap();