Skip to content

Commit 3568175

Browse files
committed
added forgotten quotes
1 parent d8392ab commit 3568175

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

template/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fyrox-template"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
edition = "2021"
55
authors = ["Dmitry Stepanov <d1maxa@yandex.ru>"]
66
license = "MIT"

template/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ strip = "strip"
460460
crate-type = ["cdylib"]
461461
462462
[dependencies]
463-
fyrox = {}
463+
fyrox = "{}"
464464
{} = {{ path = "../game" }}"#,
465465
&*CURRENT_ENGINE_VERSION, name,
466466
),

0 commit comments

Comments
 (0)