We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8392ab commit 3568175Copy full SHA for 3568175
2 files changed
template/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "fyrox-template"
3
-version = "0.7.1"
+version = "0.7.2"
4
edition = "2021"
5
authors = ["Dmitry Stepanov <d1maxa@yandex.ru>"]
6
license = "MIT"
template/src/main.rs
@@ -460,7 +460,7 @@ strip = "strip"
460
crate-type = ["cdylib"]
461
462
[dependencies]
463
-fyrox = {}
+fyrox = "{}"
464
{} = {{ path = "../game" }}"#,
465
&*CURRENT_ENGINE_VERSION, name,
466
),
0 commit comments