diff --git a/editor-standalone/Cargo.toml b/editor-standalone/Cargo.toml index b9092d0a2..c8ddc2fd0 100644 --- a/editor-standalone/Cargo.toml +++ b/editor-standalone/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fyroxed" -version = "0.17.0" +version = "0.36.0" license = "MIT" authors = ["Dmitry Stepanov "] edition = "2021" @@ -13,6 +13,6 @@ readme = "README.md" include = ["/src/**/*", "/Cargo.toml", "/LICENSE", "/README.md"] [dependencies] -fyrox = { version = "0.34.0", path = "../fyrox" } -fyroxed_base = { version = "0.21.0", path = "../editor" } +fyrox = { version = "0.36.0", path = "../fyrox" } +fyroxed_base = { version = "0.36.0", path = "../editor" } clap = { version = "4", features = ["derive"] } diff --git a/editor/Cargo.toml b/editor/Cargo.toml index 93c70397f..09e527776 100644 --- a/editor/Cargo.toml +++ b/editor/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fyroxed_base" license = "MIT" -version = "0.21.1" +version = "0.36.0" authors = ["Dmitry Stepanov "] edition = "2021" rust-version = "1.80" @@ -13,8 +13,8 @@ readme = "README.md" include = ["/src/**/*", "/Cargo.toml", "/LICENSE", "/README.md", "/resources/**/*"] [dependencies] -fyrox = { version = "0.34.1", path = "../fyrox", default-features = false } -fyrox-build-tools = { version = "0.1.0", path = "../fyrox-build-tools" } +fyrox = { version = "0.36.0", path = "../fyrox", default-features = false } +fyrox-build-tools = { version = "0.36.0", path = "../fyrox-build-tools" } 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 d1e7b90d0..cb30597a0 100644 --- a/fyrox-animation/Cargo.toml +++ b/fyrox-animation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fyrox-animation" -version = "0.2.0" +version = "0.36.0" authors = ["Dmitry Stepanov "] edition = "2021" license = "MIT" @@ -15,8 +15,8 @@ readme = "README.md" rust-version = "1.80" [dependencies] -fyrox-core = { version = "0.28.1", path = "../fyrox-core" } -fyrox-resource = { version = "0.12.0", path = "../fyrox-resource" } +fyrox-core = { version = "0.36.0", path = "../fyrox-core" } +fyrox-resource = { version = "0.36.0", path = "../fyrox-resource" } strum = "0.26.1" strum_macros = "0.26.1" fxhash = "0.2.1" diff --git a/fyrox-build-tools/Cargo.toml b/fyrox-build-tools/Cargo.toml index f39042ae9..d8f0a8cef 100644 --- a/fyrox-build-tools/Cargo.toml +++ b/fyrox-build-tools/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "fyrox-build-tools" -version = "0.1.0" +version = "0.36.0" edition = "2021" [dependencies] -fyrox-core = { path = "../fyrox-core", version = "0.28.1" } +fyrox-core = { path = "../fyrox-core", version = "0.36.0" } serde = { version = "1.0.215", features = ["derive"] } \ No newline at end of file diff --git a/fyrox-core-derive/Cargo.toml b/fyrox-core-derive/Cargo.toml index db6367efa..031a7046f 100644 --- a/fyrox-core-derive/Cargo.toml +++ b/fyrox-core-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fyrox-core-derive" -version = "0.23.0" +version = "0.36.0" authors = ["toyboot4e , Dmitry Stepanov "] edition = "2021" license = "MIT" diff --git a/fyrox-core/Cargo.toml b/fyrox-core/Cargo.toml index dbb5ad777..c7e011d88 100644 --- a/fyrox-core/Cargo.toml +++ b/fyrox-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fyrox-core" -version = "0.28.1" +version = "0.36.0" authors = ["Dmitry Stepanov "] edition = "2021" license = "MIT" @@ -15,8 +15,8 @@ readme = "README.md" rust-version = "1.80" [dependencies] -fyrox-core-derive = { path = "../fyrox-core-derive", version = "0.23.0" } -fyrox-math = { path = "../fyrox-math", version = "0.3.0" } +fyrox-core-derive = { path = "../fyrox-core-derive", version = "0.36.0" } +fyrox-math = { path = "../fyrox-math", version = "0.36.0" } base64 = "0.22.1" byteorder = "1.4.3" rand = "0.8.4" diff --git a/fyrox-dylib/Cargo.toml b/fyrox-dylib/Cargo.toml index 5b29e3e10..4839619ad 100644 --- a/fyrox-dylib/Cargo.toml +++ b/fyrox-dylib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fyrox-dylib" -version = "0.1.0" +version = "0.36.0" edition = "2021" authors = ["Dmitry Stepanov ", "Fyrox Engine Contributors"] license = "MIT" @@ -23,4 +23,4 @@ mesh_analysis = ["fyrox-impl/mesh_analysis"] gltf_blend_shapes = ["fyrox-impl/gltf_blend_shapes"] [dependencies] -fyrox-impl = { path = "../fyrox-impl", version = "0.34.0" } \ No newline at end of file +fyrox-impl = { path = "../fyrox-impl", version = "0.36.0" } \ No newline at end of file diff --git a/fyrox-graph/Cargo.toml b/fyrox-graph/Cargo.toml index 727e2fa87..f6d314cd4 100644 --- a/fyrox-graph/Cargo.toml +++ b/fyrox-graph/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fyrox-graph" -version = "0.1.0" +version = "0.36.0" authors = ["Dmitry Stepanov "] edition = "2021" license = "MIT" @@ -14,6 +14,6 @@ repository = "https://github.com/FyroxEngine/Fyrox" rust-version = "1.80" [dependencies] -fyrox-core = { path = "../fyrox-core", version = "0.28.1" } -fyrox-resource = { path = "../fyrox-resource", version = "0.12.0" } +fyrox-core = { path = "../fyrox-core", version = "0.36.0" } +fyrox-resource = { path = "../fyrox-resource", version = "0.36.0" } fxhash = "0.2.1" \ No newline at end of file diff --git a/fyrox-graphics/Cargo.toml b/fyrox-graphics/Cargo.toml index 6240b9c02..4c82c99f8 100644 --- a/fyrox-graphics/Cargo.toml +++ b/fyrox-graphics/Cargo.toml @@ -1,10 +1,19 @@ [package] name = "fyrox-graphics" -version = "0.1.0" +version = "0.36.0" edition = "2021" +license = "MIT" +description = "Graphics API abstraction for Fyrox Game Engine" +keywords = ["graphics", "gapi"] +categories = ["graphics", "rendering::graphics-api"] +include = ["/src/**/*", "/Cargo.toml", "/LICENSE", "/README.md"] +homepage = "https://fyrox.rs" +documentation = "https://docs.rs/fyrox-ui" +repository = "https://github.com/FyroxEngine/Fyrox" +rust-version = "1.80" [dependencies] -fyrox-core = { path = "../fyrox-core", version = "0.28.1", features = ["serde"] } +fyrox-core = { path = "../fyrox-core", version = "0.36.0", features = ["serde"] } glow = "0.15" serde = { version = "1", features = ["derive"] } strum = "0.26.1" diff --git a/fyrox-impl/Cargo.toml b/fyrox-impl/Cargo.toml index 2ba2905c3..42f9a5cca 100644 --- a/fyrox-impl/Cargo.toml +++ b/fyrox-impl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fyrox-impl" -version = "0.34.1" +version = "0.36.0" authors = ["Dmitry Stepanov ", "Fyrox Engine Contributors"] edition = "2021" license = "MIT" @@ -15,14 +15,14 @@ readme = "README.md" rust-version = "1.80" [dependencies] -fyrox-core-derive = { path = "../fyrox-core-derive", version = "0.23.0" } -fyrox-core = { path = "../fyrox-core", version = "0.28.1", features = ["serde"] } -fyrox-sound = { path = "../fyrox-sound", version = "0.35.0" } -fyrox-ui = { path = "../fyrox-ui", version = "0.25.1" } -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" } -fyrox-graphics = { path = "../fyrox-graphics", version = "0.1.0" } +fyrox-core-derive = { path = "../fyrox-core-derive", version = "0.36.0" } +fyrox-core = { path = "../fyrox-core", version = "0.36.0", features = ["serde"] } +fyrox-sound = { path = "../fyrox-sound", version = "0.36.0" } +fyrox-ui = { path = "../fyrox-ui", version = "0.36.0" } +fyrox-resource = { path = "../fyrox-resource", version = "0.36.0" } +fyrox-animation = { path = "../fyrox-animation", version = "0.36.0" } +fyrox-graph = { path = "../fyrox-graph", version = "0.36.0" } +fyrox-graphics = { path = "../fyrox-graphics", version = "0.36.0" } rapier2d = { version = "0.22", features = ["debug-render"] } rapier3d = { version = "0.22", features = ["debug-render"] } image = { version = "0.25.1", default-features = false, features = ["gif", "jpeg", "png", "tga", "tiff", "bmp"] } diff --git a/fyrox-math/Cargo.toml b/fyrox-math/Cargo.toml index a817d19d2..dbddec75f 100644 --- a/fyrox-math/Cargo.toml +++ b/fyrox-math/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fyrox-math" -version = "0.3.0" +version = "0.36.0" authors = ["Dmitry Stepanov "] edition = "2021" license = "MIT" diff --git a/fyrox-resource/Cargo.toml b/fyrox-resource/Cargo.toml index dffa8af51..38da31166 100644 --- a/fyrox-resource/Cargo.toml +++ b/fyrox-resource/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fyrox-resource" -version = "0.12.0" +version = "0.36.0" authors = ["Dmitry Stepanov "] edition = "2021" license = "MIT" @@ -14,7 +14,7 @@ repository = "https://github.com/FyroxEngine/Fyrox" rust-version = "1.80" [dependencies] -fyrox-core = { path = "../fyrox-core", version = "0.28.1" } +fyrox-core = { path = "../fyrox-core", version = "0.36.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 554bd5226..5d03dc4ba 100644 --- a/fyrox-scripts/Cargo.toml +++ b/fyrox-scripts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fyrox-scripts" -version = "0.3.0" +version = "0.36.0" authors = ["Dmitry Stepanov "] edition = "2021" license = "MIT" @@ -14,4 +14,4 @@ repository = "https://github.com/FyroxEngine/Fyrox" rust-version = "1.80" [dependencies] -fyrox = { version = "0.34.0", path = "../fyrox" } \ No newline at end of file +fyrox = { version = "0.36.0", path = "../fyrox" } \ No newline at end of file diff --git a/fyrox-sound/Cargo.toml b/fyrox-sound/Cargo.toml index 54cd1606d..32893f31a 100644 --- a/fyrox-sound/Cargo.toml +++ b/fyrox-sound/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fyrox-sound" -version = "0.35.0" +version = "0.36.0" authors = ["Dmitry Stepanov "] edition = "2021" license = "MIT" @@ -15,8 +15,8 @@ readme = "README.md" rust-version = "1.80" [dependencies] -fyrox-core = { path = "../fyrox-core", version = "0.28.1" } -fyrox-resource = { path = "../fyrox-resource", version = "0.12.0" } +fyrox-core = { path = "../fyrox-core", version = "0.36.0" } +fyrox-resource = { path = "../fyrox-resource", version = "0.36.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 a6b8c5e58..bfce29dbb 100644 --- a/fyrox-ui/Cargo.toml +++ b/fyrox-ui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fyrox-ui" -version = "0.25.1" +version = "0.36.0" authors = ["Dmitry Stepanov "] edition = "2021" license = "MIT" @@ -15,10 +15,10 @@ readme = "README.md" rust-version = "1.80" [dependencies] -fyrox-core = { path = "../fyrox-core", version = "0.28.1", 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.2.0" } +fyrox-core = { path = "../fyrox-core", version = "0.36.0", features = ["serde"] } +fyrox-resource = { path = "../fyrox-resource", version = "0.36.0" } +fyrox-graph = { path = "../fyrox-graph", version = "0.36.0" } +fyrox-animation = { path = "../fyrox-animation", version = "0.36.0" } lazy_static = "1.4.0" copypasta = "0.10.1" fontdue = "0.9.2" diff --git a/fyrox/Cargo.toml b/fyrox/Cargo.toml index 069f3ca73..1ba4ca9e4 100644 --- a/fyrox/Cargo.toml +++ b/fyrox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fyrox" -version = "0.34.1" +version = "0.36.0" authors = ["Dmitry Stepanov ", "Fyrox Engine Contributors"] edition = "2021" license = "MIT" @@ -22,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.34.1", path = "../fyrox-impl", optional = true } -fyrox-dylib = { version = "0.1.0", path = "../fyrox-dylib", optional = true } \ No newline at end of file +fyrox-impl = { version = "0.36.0", path = "../fyrox-impl", optional = true } +fyrox-dylib = { version = "0.36.0", path = "../fyrox-dylib", optional = true } \ No newline at end of file diff --git a/project-manager/Cargo.toml b/project-manager/Cargo.toml index 239a97bbd..da45c36ec 100644 --- a/project-manager/Cargo.toml +++ b/project-manager/Cargo.toml @@ -4,9 +4,9 @@ version = "0.1.0" edition = "2021" [dependencies] -fyrox = { path = "../fyrox" } -fyrox-template-core = { version = "0.11.0", path = "../template-core" } -fyrox-build-tools = { version = "0.1.0", path = "../fyrox-build-tools" } +fyrox = { version = "0.36.0", path = "../fyrox" } +fyrox-template-core = { version = "0.36.0", path = "../template-core" } +fyrox-build-tools = { version = "0.36.0", path = "../fyrox-build-tools" } serde = { version = "1", features = ["derive"] } ron = "0.8.1" open = "5.0.1" diff --git a/template-core/Cargo.toml b/template-core/Cargo.toml index d72d0becc..4db731001 100644 --- a/template-core/Cargo.toml +++ b/template-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fyrox-template-core" -version = "0.11.0" +version = "0.36.0" edition = "2021" authors = ["Dmitry Stepanov "] license = "MIT" diff --git a/template/Cargo.toml b/template/Cargo.toml index 8a019bfb1..4c67a7fc7 100644 --- a/template/Cargo.toml +++ b/template/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fyrox-template" -version = "0.11.0" +version = "0.36.0" edition = "2021" authors = ["Dmitry Stepanov "] license = "MIT" @@ -14,5 +14,5 @@ readme = "README.md" rust-version = "1.80" [dependencies] -fyrox-template-core = { version = "0.11.0", path = "../template-core" } +fyrox-template-core = { version = "0.36.0", path = "../template-core" } clap = { version = "4", features = ["derive"] } \ No newline at end of file